System.ServiceModel.Dispatcher.WebMessageFormatter.RequestDispatchFormatter.RequestDispatchFormatter C# (CSharp) Méthode

RequestDispatchFormatter() public méthode

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
Résultat System
			public RequestDispatchFormatter (OperationDescription operation, ServiceEndpoint endpoint, QueryStringConverter converter, WebHttpBehavior behavior)
				: base (operation, endpoint, converter, behavior)
			{
			}
WebMessageFormatter.RequestDispatchFormatter