System.ServiceModel.Channels.Http.HttpStandaloneListenerManager.ProcessNewContext C# (CSharp) Метод

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

public ProcessNewContext ( HttpListenerContext ctx ) : void
ctx System.Net.HttpListenerContext
Результат void
		void ProcessNewContext (HttpListenerContext ctx)
		{
			if (ctx == null)
				return;
			ProcessNewContext (new HttpStandaloneContextInfo (ctx));
		}
	}