PeerCustomResolverBindingElement クラス

定義

注意事項

PeerChannel feature is obsolete and will be removed in the future.

カスタム ピア リゾルバーの作成に使用するバインド要素を定義します。

public ref class PeerCustomResolverBindingElement sealed : System::ServiceModel::Channels::PeerResolverBindingElement
public sealed class PeerCustomResolverBindingElement : System.ServiceModel.Channels.PeerResolverBindingElement
[System.Obsolete("PeerChannel feature is obsolete and will be removed in the future.", false)]
public sealed class PeerCustomResolverBindingElement : System.ServiceModel.Channels.PeerResolverBindingElement
type PeerCustomResolverBindingElement = class
    inherit PeerResolverBindingElement
[<System.Obsolete("PeerChannel feature is obsolete and will be removed in the future.", false)>]
type PeerCustomResolverBindingElement = class
    inherit PeerResolverBindingElement
Public NotInheritable Class PeerCustomResolverBindingElement
Inherits PeerResolverBindingElement
継承
PeerCustomResolverBindingElement
属性

コンストラクター

PeerCustomResolverBindingElement()
古い.

PeerCustomResolverBindingElement クラスの新しい既定のインスタンスを初期化します。

PeerCustomResolverBindingElement(BindingContext, PeerCustomResolverSettings)
古い.

指定したバインド コンテキストおよびリゾルバーの設定を使用して、PeerCustomResolverBindingElement クラスの新しいインスタンスを初期化します。

PeerCustomResolverBindingElement(PeerCustomResolverBindingElement)
古い.

指定されたカスタム ピア リゾルバー バインドを PeerCustomResolverBindingElement 複製して、 クラスの新しいインスタンスを初期化します。

PeerCustomResolverBindingElement(PeerCustomResolverSettings)
古い.

指定したリゾルバーの設定を使用して、PeerCustomResolverBindingElement クラスの新しいインスタンスを初期化します。

プロパティ

Address
古い.

このバインドで作成されたリゾルバーが動作するピアのエンドポイント アドレスを取得または設定します。

Binding
古い.

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

ReferralPolicy
古い.

このバインド要素で作成されたピア リゾルバーの参照ポリシーを取得または設定します。

メソッド

BuildChannelFactory<TChannel>(BindingContext)
古い.

メッセージ送信用のチャネルを作成するために使用できるチャネル ファクトリを作成します。

BuildChannelListener<TChannel>(BindingContext)
古い.

メッセージ受信用に、指定した種類のチャネル リスナーを作成します。

CanBuildChannelFactory<TChannel>(BindingContext)
古い.

指定した種類のチャネル ファクトリを作成できるかどうかを判断します。

CanBuildChannelListener<TChannel>(BindingContext)
古い.

指定した種類のチャネル リスナーを作成できるかどうかを判断します。

Clone()
古い.

現在のバインド要素のコピーを作成します。

CreatePeerResolver()
古い.

カスタム ピア リゾルバーの新しいインスタンスを作成します。

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetProperty<T>(BindingContext)
古い.

指定した BindingContext オブジェクトからプロパティを返します。

GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象