次の方法で共有


ServiceMetadataPublishingElement.HttpsGetBinding プロパティ

定義

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

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

プロパティ値

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

属性

注釈

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

適用対象