在C#中可以指定多个属性如下
[WebMethod(Description=A web service that says hello to youCacheDuration=)]
Public string Hello (string strName)
{
}
在图中可以看到向Web方法添加描述的效果文本显示在Web服务的后面从而在Web服务的列表中将能够区分每个Web服务
关于WebMethod属性的更多信息可查看http://msdnmicrosoftcom/library/defaultasp?url=/library/enus/cpref/html/frlrfsystemwebserviceswebmethodattributememberstopicasp
ASPNET 入门教程完整版
[] [] []