WebHeaderCollection..::..GetValues Method (Int32)
Gets an array of header values stored in the specified index position of
the collection.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Return Value
An array of String that receives the header values if found; otherwise, nullNothingnullptra null reference (Nothing in Visual Basic).Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is out of allowable range of indexes for the collection. |