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

プロパティ値

Binding

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

例外

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

  • または -

メッセージのバージョンが不正です。

注釈

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

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

適用対象