ProtocolReflector.Method Property

Definition

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.

public:
 property System::Web::Services::Protocols::LogicalMethodInfo ^ Method { System::Web::Services::Protocols::LogicalMethodInfo ^ get(); };
public System.Web.Services.Protocols.LogicalMethodInfo Method { get; }
member this.Method : System.Web.Services.Protocols.LogicalMethodInfo
Public ReadOnly Property Method As LogicalMethodInfo

Property Value

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.

Applies to