ProtocolReflector::Method Property

 
Use BaseTrue

Gets the Web service method that the protocol reflector is currently processing to generate a Web Services Description Language (WSDL) operation to be placed in the generated ServiceDescription.

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

public:
property LogicalMethodInfo^ Method {
	LogicalMethodInfo^ get();
}

Property Value

Type: System.Web.Services.Protocols::LogicalMethodInfo^

The Web service method that the protocol reflector is currently processing to generate a Web Services Description Language (WSDL) operation to be placed in the generated ServiceDescription.

.NET Framework
Available since 1.1
Return to top
Show: