







Should
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
Object this[ string name ] { get; set; } |
Visual Basic (Declaration) |
---|
Default Property Item ( _ name As String _ ) As Object |
Visual C++ |
---|
property Object^ default[String^ name] { Object^ get (String^ name); void set (String^ name, Object^ value); } |
Parameters
- name
- Type: System..::.String
Name of the session variable
Return Value
null if it's not set
Exceptions
Exception | Condition |
---|---|
System.Runtime.Serialization..::.SerializationException | If the object cant be serialized. |