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)에서 자동으로 엔드포인트에 동작이 적용 됩니다. 따라서 이 메서드를 수동으로 호출할 필요가 없습니다.