다음을 통해 공유


WebHttpBehavior.GetReplyDispatchFormatter 메서드

정의

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

protected:
 virtual System::ServiceModel::Dispatcher::IDispatchMessageFormatter ^ GetReplyDispatchFormatter(System::ServiceModel::Description::OperationDescription ^ operationDescription, System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected virtual System.ServiceModel.Dispatcher.IDispatchMessageFormatter GetReplyDispatchFormatter (System.ServiceModel.Description.OperationDescription operationDescription, System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member GetReplyDispatchFormatter : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.IDispatchMessageFormatter
override this.GetReplyDispatchFormatter : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.IDispatchMessageFormatter
Protected Overridable Function GetReplyDispatchFormatter (operationDescription As OperationDescription, endpoint As ServiceEndpoint) As IDispatchMessageFormatter

매개 변수

operationDescription
OperationDescription

서비스 작업입니다.

endpoint
ServiceEndpoint

서비스 엔드포인트입니다.

반환

IDispatchMessageFormatter

지정된 작업 및 엔드포인트에 대해 서비스의 회신 포맷터에 대한 IDispatchMessageFormatter 참조입니다.

설명

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

적용 대상