共用方式為


SoapServerMessage.Url 屬性

定義

取得 XML Web 服務的基礎網址。

public:
 virtual property System::String ^ Url { System::String ^ get(); };
public override string Url { get; }
member this.Url : string
Public Overrides ReadOnly Property Url As String

屬性值

XML Web 服務的基礎網址。

範例

以下程式碼片段是 SOAP 擴充功能的一部分,該擴充功能記錄 XML Web 服務發送與接收的 SOAP 訊息。 這個特定的片段會將 XML Web 服務的 URL 輸出到該日誌檔案。

備註

Url該物業可於任何SoapMessageStage時間內存取。

適用於