Id Property

HttpServer.dll

Session id

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

Syntax

C#
public string Id { get; }
Visual Basic (Declaration)
Public ReadOnly Property Id As String
Visual C++
public:
virtual property String^ Id {
	String^ get () sealed;
}

Implements

HttpSession..::.Id

See Also