次の方法で共有


SoapProcessingBehavior.ApplyDispatchBehavior メソッド

定義

指定したエンドポイント動作をエンドポイント ディスパッチャーに適用します。

public:
 virtual void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public 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 Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)

パラメーター

endpoint
ServiceEndpoint

クライアントに適用するサービス エンドポイント。

endpointDispatcher
EndpointDispatcher

エンドポイント ディスパッチャー。

実装

適用対象