This documentation is archived and is not being maintained.

SoapMessage.MethodInfo Property

When overridden in a derived class, gets a representation of the method prototype for the XML Web service method for which the SOAP request is intended.

[Visual Basic]
Public MustOverride ReadOnly Property MethodInfo As _
   LogicalMethodInfo
[C#]
public abstract LogicalMethodInfo MethodInfo {get;}
[C++]
public: __property virtual LogicalMethodInfo* get_MethodInfo() = 0;
[JScript]
public abstract function get MethodInfo() : LogicalMethodInfo;

Property Value

A LogicalMethodInfo representing the XML Web service method for which the SOAP request is intended.

Remarks

Although MethodInfo can be accessed during any SoapMessageStage, it only has data during AfterDeserialize and BeforeSerialize.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

SoapMessage Class | SoapMessage Members | System.Web.Services.Protocols Namespace | LogicalMethodInfo

Show: