共用方式為


HttpAddressBinding.Location 屬性

定義

取得或設定值,表示 XML Web Service 的 URL。

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
public string Location { get; set; }
member this.Location : string with get, set
Public Property Location As String

屬性值

字串,指定 Port 的 URI。 預設值為空字串 ("")。

範例

WebServices_HttpBinding#4

適用於