Share via


WebHttpBehavior.GetReplyClientFormatter 메서드

정의

지정된 엔드포인트 및 서비스 작업에 대한 클라이언트의 회신 포맷터를 가져옵니다.

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 참조입니다.

설명

이는 응답 메시지를 서비스 작업의 출력 매개 변수/반환 값으로 역직렬화하도록 호출되는 자체 IClientMessageFormatter 구현을 제공하기 위해 파생 동작에서 사용할 수 있는 확장 지점입니다.

적용 대상