WebHttpBehavior.GetReplyDispatchFormatter 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 엔드포인트 및 서비스 작업에 대한 서비스의 회신 포맷터를 가져옵니다.
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 구현을 제공하기 위해 파생 동작에서 사용할 수 있는 확장 지점입니다.