SoapServerMessage.MethodInfo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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,表示 SOAP 要求所適用的 XML Web Service 方法。
範例
下列程式碼片段是 SOAP 擴充功能的一部分,可記錄 XML Web 服務所傳送和接收的 SOAP 訊息。 此特定片段會將要求的 XML Web Service 方法名稱輸出至該記錄檔。
備註
雖然您 MethodInfo 可以在任何階段存取屬性,但是方法資訊只能在和中使用 AfterDeserialize BeforeSerialize 。