次の方法で共有


TransportClientEndpointBehavior.IEndpointBehavior.ApplyDispatchBehavior メソッド

定義

この実装では何も行われません。

void IEndpointBehavior.ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
abstract member System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher) Implements IEndpointBehavior.ApplyDispatchBehavior

パラメーター

endpoint
ServiceEndpoint

カスタマイズ対象のエンドポイント。

endpointDispatcher
EndpointDispatcher

変更または拡張対象のエンドポイント ディスパッチャー。

実装

適用対象