Connection Property

HttpServer.dll

Kind of connection used for the session.

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

Syntax

C#
public ConnectionType Connection { get; set; }
Visual Basic (Declaration)
Public Property Connection As ConnectionType
Visual C++
public:
property ConnectionType Connection {
	ConnectionType get ();
	void set (ConnectionType value);
}

See Also