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

적용 대상