WebHttpBehavior.ApplyDispatchBehavior メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) メソッドを実装して、エンドポイント全体にわたってクライアントの変更または拡張をサポートします。
public:
virtual void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public virtual void ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
abstract member ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Public Overridable Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)
パラメーター
- endpoint
- ServiceEndpoint
コントラクトを公開するエンドポイント。
- endpointDispatcher
- EndpointDispatcher
動作が適用されるエンドポイント ディスパッチャー。
実装
注釈
このメソッドの一部として、操作ごとに GetRequestDispatchFormatter(OperationDescription, ServiceEndpoint) と GetReplyDispatchFormatter(OperationDescription, ServiceEndpoint) を呼び出して、インストールする IDispatchMessageFormatter を確認します。