System.ServiceModel.Channels.Http.HttpStandaloneListenerManager.ProcessNewContext C# (CSharp) Méthode

ProcessNewContext() public méthode

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