Share via


ServiceMetadataPublishingElement.HttpGetBinding プロパティ

定義

HTTP GET シナリオでメタデータを取得する場合に使用するバインディングの名前を指定する文字列値を取得または設定します。

public:
 property System::String ^ HttpGetBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpGetBinding", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpGetBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpGetBinding", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpGetBinding : string with get, set
Public Property HttpGetBinding As String

プロパティ値

HTTP GET シナリオでのメタデータ取得に使用されるバインディングの名前。

属性

注釈

このプロパティが設定されていない場合、必要に応じて、メタデータを取得するための既定のバインディング (HttpsTransportBindingElement) が使用されます。

適用対象