Contains a connection to a browser/client.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class HttpClientContextImp : IHttpClientContext
Visual Basic (Declaration)
Public Class HttpClientContextImp _
	Implements IHttpClientContext
Visual C++
public ref class HttpClientContextImp : IHttpClientContext

Remarks

Remember to Start()()() after you have hooked the RequestReceived event.

Inheritance Hierarchy

System..::.Object
  HttpServer..::.HttpClientContextImp

See Also