Item Property

HttpServer.dll

Should

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

Syntax

C#
public Object this[
	string name
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	name As String _
) As Object
Visual C++
public:
virtual property Object^ default[String^ name] {
	Object^ get (String^ name) sealed;
	void set (String^ name, Object^ value) sealed;
}

Parameters

name
Type: System..::.String
Name of the session variable

Return Value

null if it's not set

Implements

HttpSession..::.Item[([(String])])

See Also