Tests.HttpEntityConventionClientSpec.ServiceConfiguration.ServiceConfiguration C# (CSharp) Method

ServiceConfiguration() public method

public ServiceConfiguration ( ) : System
return System
			public ServiceConfiguration()
			{
				this.OperationHandlerFactory.Formatters.Insert(0, new JsonNetMediaTypeFormatter());
				this.AddMessageHandlers(typeof(TracingChannel));
				this.SetErrorHandler<ErrorHandler>();
			}
		}
HttpEntityConventionClientSpec.ServiceConfiguration