ProtocolReflector.Methods Property

 
Use BaseTrue

Gets the Web service methods belonging to the Web service class, as identified by the associated ProtocolReflector object's Methods property.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

Public ReadOnly Property Methods As LogicalMethodInfo()

Property Value

Type: System.Web.Services.Protocols.LogicalMethodInfo()

The Web service methods belonging to the Web service class, as identified by the associated ProtocolReflector object's Methods property.

Web service methods are identified by the WebMethodAttribute.

.NET Framework
Available since 1.1
Return to top
Show: