共用方式為


ProtocolReflector.ServiceUrl 屬性

定義

取得相關聯之 Web 服務的端點做為統一資源定位器 (URL),其可從相關聯 ServiceDescriptionReflector 物件取得。

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

屬性值

做為統一資源定位器 (URL) 的相關聯 Web 服務的端點,可從相關聯的 ServiceDescriptionReflector 物件取得。

適用於