共用方式為


SoapServerMessage.MethodInfo 屬性

定義

取得 SOAP 要求所適用 XML Web Service 方法的方法原型 (Prototype) 表示。

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

屬性值

LogicalMethodInfo

LogicalMethodInfo,表示 SOAP 要求所適用的 XML Web Service 方法。

範例

下列程式碼片段是 SOAP 擴充功能的一部分,可記錄 XML Web 服務所傳送和接收的 SOAP 訊息。 此特定片段會將要求的 XML Web Service 方法名稱輸出至該記錄檔。

備註

雖然您 MethodInfo 可以在任何階段存取屬性,但是方法資訊只能在和中使用 AfterDeserialize BeforeSerialize

適用於

另請參閱