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:
property array<LogicalMethodInfo^>^ Methods {
	array<LogicalMethodInfo^>^ get();
}

Property Value

Type: array<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: