Language

ServiceHealthBehaviorBase.HttpGetBinding プロパティ

定義

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

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

プロパティ値

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

例外

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

-又は-

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

注釈

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

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

適用対象