A Sandcastle Documented Class Library
IServerServerVariables Property |
Returns server variables discovered in RAW 005 messages.
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
IDictionary ServerVariables { get; }
ReadOnly Property ServerVariables As IDictionary Get
property IDictionary^ ServerVariables { IDictionary^ get (); }
abstract ServerVariables : IDictionary with get
Property Value
Type: IDictionarySee Also