System.ServiceModel.Channels.Http.HttpStandaloneListenerManager.ProcessNewContext C# (CSharp) Method

ProcessNewContext() public method

public ProcessNewContext ( HttpListenerContext ctx ) : void
ctx System.Net.HttpListenerContext
return void
		void ProcessNewContext (HttpListenerContext ctx)
		{
			if (ctx == null)
				return;
			ProcessNewContext (new HttpStandaloneContextInfo (ctx));
		}
	}