言語

ServiceHealthBehaviorBase.HttpsGetBinding プロパティ

定義

HTTPS/Get 要求を使用して正常性を取得するために使用されるバインディングを取得または設定します。

public:
 property System::ServiceModel::Channels::Binding ^ HttpsGetBinding { System::ServiceModel::Channels::Binding ^ get(); void set(System::ServiceModel::Channels::Binding ^ value); };
public System.ServiceModel.Channels.Binding HttpsGetBinding { get; set; }
member this.HttpsGetBinding : System.ServiceModel.Channels.Binding with get, set
Public Property HttpsGetBinding As Binding

プロパティ値

HTTPS/Get 要求を使用して正常性を取得するために使用されるバインディング。

例外

設定操作では、 HttpsGetUrl 引数の URL が相対値であるか、そのスキームが "HTTPS:" である必要があります。

-又は-

メッセージのバージョンが正しくありません。

注釈

このプロパティの設定はオプションです。 設定されていない場合は、既定のバインドが使用されます。

IReplyChannelをサポートする内部バインディング要素を持つバインドのみがサポートされます。 さらに、バインドの MessageVersion プロパティは MessageVersion.Noneする必要があります。

適用対象