次の方法で共有


PeerCustomResolverBindingElement.Binding プロパティ

定義

このバインド要素で作成されたリゾルバーで使用されるネットワーク バインドを取得または設定します。

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

プロパティ値

このバインド要素で作成されたリゾルバーが使用するネットワーク バインドを指定する Binding

適用対象