WebHttpBehavior.ApplyDispatchBehavior 메서드

정의

ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) 메서드를 구현하여 엔드포인트에서 클라이언트의 수정 또는 확장을 지원합니다.

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

매개 변수

endpoint
ServiceEndpoint

계약을 공개하는 엔드포인트입니다.

endpointDispatcher
EndpointDispatcher

동작을 적용할 엔드포인트 디스패처입니다.

구현

설명

이 메서드의 일부로 각 작업에 대해 GetRequestDispatchFormatter(OperationDescription, ServiceEndpoint)GetReplyDispatchFormatter(OperationDescription, ServiceEndpoint)를 호출하여 설치할 IDispatchMessageFormatter를 결정합니다.

적용 대상