Share via


WebHttpBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) 메서드

정의

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

public:
 virtual void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ clientRuntime);
public virtual void ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
abstract member ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Public Overridable Sub ApplyClientBehavior (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime)

매개 변수

endpoint
ServiceEndpoint

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

clientRuntime
ClientRuntime

사용자 지정 동작을 적용할 클라이언트입니다.

구현

설명

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

적용 대상