WebHttpBehavior.ApplyDispatchBehavior メソッド

定義

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 を確認します。

適用対象