System.ServiceModel.Description.WebHttpBehavior.GetReplyDispatchFormatter C# (CSharp) Method

GetReplyDispatchFormatter() protected method

protected GetReplyDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
return IDispatchMessageFormatter
		protected virtual IDispatchMessageFormatter GetReplyDispatchFormatter (OperationDescription operationDescription, ServiceEndpoint endpoint)
		{
			return new WebMessageFormatter.ReplyDispatchFormatter (operationDescription, endpoint, GetQueryStringConverter (operationDescription), this);
		}
#endif