HttpOperationBinding.Location プロパティ

定義

HttpAddressBindingでサポートされている操作の Web サービス記述言語 (WSDL) ドキュメント内のHttpOperationBindingで指定された場所を基準にした相対 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

プロパティ値

相対パスを表すエンコードされていない文字列。 既定値は空の文字列 ("") です。

適用対象