This documentation is archived and is not being maintained.

SoapClientMessage.MethodInfo Property

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

[Visual Basic]
Overrides Public ReadOnly Property MethodInfo As LogicalMethodInfo
[C#]
public override LogicalMethodInfo MethodInfo {get;}
[C++]
public: __property LogicalMethodInfo* get_MethodInfo();
[JScript]
public override function get MethodInfo() : LogicalMethodInfo;

Property Value

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

Remarks

Although the MethodInfo property can be accessed during any stage, the method information is only available 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

SoapClientMessage Class | SoapClientMessage Members | System.Web.Services.Protocols Namespace

Show: