System.ServiceModel.Dispatcher.WebMessageFormatter.RequestDispatchFormatter.RequestDispatchFormatter C# (CSharp) Метод

RequestDispatchFormatter() публичный Метод

public RequestDispatchFormatter ( OperationDescription operation, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.QueryStringConverter converter, WebHttpBehavior behavior ) : System
operation System.ServiceModel.Description.OperationDescription
endpoint System.ServiceModel.Description.ServiceEndpoint
converter System.ServiceModel.Dispatcher.QueryStringConverter
behavior System.ServiceModel.Description.WebHttpBehavior
Результат System
			public RequestDispatchFormatter (OperationDescription operation, ServiceEndpoint endpoint, QueryStringConverter converter, WebHttpBehavior behavior)
				: base (operation, endpoint, converter, behavior)
			{
			}
WebMessageFormatter.RequestDispatchFormatter