System.ServiceModel.Description.WebHttpBehavior.GetRequestDispatchFormatter C# (CSharp) Метод

GetRequestDispatchFormatter() защищенный Метод

protected GetRequestDispatchFormatter ( OperationDescription operationDescription, ServiceEndpoint endpoint ) : IDispatchMessageFormatter
operationDescription OperationDescription
endpoint ServiceEndpoint
Результат IDispatchMessageFormatter
		protected virtual IDispatchMessageFormatter GetRequestDispatchFormatter (OperationDescription operationDescription, ServiceEndpoint endpoint)
		{
			return new WebMessageFormatter.RequestDispatchFormatter (operationDescription, endpoint, GetQueryStringConverter (operationDescription), this);
		}
#endif