次の方法で共有


WebScriptEnablingBehavior.ApplyDispatchBehavior メソッド

定義

動作をサービス エンドポイントに適用します。

public:
 override void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public override void ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Public Overrides Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)

パラメーター

endpoint
ServiceEndpoint

コントラクトを公開する ServiceEndpoint

endpointDispatcher
EndpointDispatcher

カスタム動作が適用される EndpointDispatcher

注釈

通常、このメソッドは、動作がエンドポイントに適用されるときに Windows Communication Foundation (WCF) によって自動的に呼び出されます。 そのため、このメソッドを手動で呼び出す必要はありません。

適用対象