WebHttpBehavior.GetReplyClientFormatter 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 엔드포인트 및 서비스 작업에 대한 클라이언트의 회신 포맷터를 가져옵니다.
protected:
virtual System::ServiceModel::Dispatcher::IClientMessageFormatter ^ GetReplyClientFormatter(System::ServiceModel::Description::OperationDescription ^ operationDescription, System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected virtual System.ServiceModel.Dispatcher.IClientMessageFormatter GetReplyClientFormatter (System.ServiceModel.Description.OperationDescription operationDescription, System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member GetReplyClientFormatter : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.IClientMessageFormatter
override this.GetReplyClientFormatter : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.IClientMessageFormatter
Protected Overridable Function GetReplyClientFormatter (operationDescription As OperationDescription, endpoint As ServiceEndpoint) As IClientMessageFormatter
매개 변수
- operationDescription
- OperationDescription
서비스 작업입니다.
- endpoint
- ServiceEndpoint
서비스 엔드포인트입니다.
반환
지정된 작업 및 엔드포인트에 대해 클라이언트의 회신 포맷터에 대한 IClientMessageFormatter 참조입니다.
설명
이는 응답 메시지를 서비스 작업의 출력 매개 변수/반환 값으로 역직렬화하도록 호출되는 자체 IClientMessageFormatter 구현을 제공하기 위해 파생 동작에서 사용할 수 있는 확장 지점입니다.