CompositeDuplexBindingElementImporter クラス

定義

Windows Communication Foundation (WCF) バインドにポリシー アサーションをマッピングするためのポリシー インポート拡張を提供します。このバインドでは、サービスがクライアントにメッセージを返信するために、クライアントによるエンドポイントの公開が必要です。

public ref class CompositeDuplexBindingElementImporter : System::ServiceModel::Description::IPolicyImportExtension
public class CompositeDuplexBindingElementImporter : System.ServiceModel.Description.IPolicyImportExtension
type CompositeDuplexBindingElementImporter = class
    interface IPolicyImportExtension
Public Class CompositeDuplexBindingElementImporter
Implements IPolicyImportExtension
継承
CompositeDuplexBindingElementImporter
実装

コンストラクター

CompositeDuplexBindingElementImporter()

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

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

明示的なインターフェイスの実装

IPolicyImportExtension.ImportPolicy(MetadataImporter, PolicyConversionContext)

複合二重バインディングに対するカスタム ポリシー アサーションをインポートします。

適用対象