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

AddClientErrorInspector() приватный Метод

private AddClientErrorInspector ( ServiceEndpoint endpoint, ClientRuntime clientRuntime ) : void
endpoint ServiceEndpoint
clientRuntime System.ServiceModel.Dispatcher.ClientRuntime
Результат void
		protected virtual void AddClientErrorInspector (ServiceEndpoint endpoint, ClientRuntime clientRuntime)
		{
			// clientRuntime.MessageInspectors.Add (something);
		}