System.Web.Services.Protocols.SoapServerMessage.MethodInfo Property

Gets a representation of the method prototype for the XML Web service method for which the SOAP request is intended.

Syntax

public override LogicalMethodInfo MethodInfo { get; }

Value

a System.Web.Services.Protocols.LogicalMethodInfo

Remarks

Although the SoapServerMessage.MethodInfo property can be accessed during any stage, the method information is only available during SoapMessageStage.AfterDeserialize and SoapMessageStage.BeforeSerialize.

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