WebHttpBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 하도록 호출됩니다.