System.Web.Services.Protocols.LogicalMethodInfo Class

Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.

See Also: LogicalMethodInfo Members

Syntax

public sealed class LogicalMethodInfo

Remarks

System.Web.Services.Protocols.LogicalMethodInfo is used primarily by a SOAP extension to interrogate the details of the XML Web service method with which the SOAP extension is configured to run. Depending on how the SOAP extension is configured, it can find out details about the XML Web service method in the SoapExtension.GetInitializer(LogicalMethodInfo, SoapExtensionAttribute) method of System.Web.Services.Protocols.SoapExtension that takes a System.Web.Services.Protocols.LogicalMethodInfo. The System.Web.Services.Protocols.LogicalMethodInfo provides details such as the XML Web service method's parameters by accessing the LogicalMethodInfo.Parameters property and any custom attributes applied to the XML Web service method using the LogicalMethodInfo.GetCustomAttributes(Type) property.

For more details on SOAP extensions see the System.Web.Services.Protocols.SoapExtension class or [<topic://cpconAlteringSOAPMessageUsingSOAPExtensions>].

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0