Share via


HttpAddressBinding.Location プロパティ

定義

XML Web サービスの 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

適用対象