WebScriptEnablingBehavior.ApplyDispatchBehavior メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
動作をサービス エンドポイントに適用します。
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) によって自動的に呼び出されます。 そのため、このメソッドを手動で呼び出す必要はありません。