WebHeaderCollectionGetValues Method (Int32) |
Gets an array of header values stored in the specified index position of
the collection.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public override string[] GetValues(
int index
)
Parameters
- index
- Type: SystemInt32
An Int32 that represents the zero-based index of the header to find.
Return Value
Type:
String
An array of
String that receives the header values if found;
otherwise,
.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | index is out of allowable range of indexes for the collection.
|
See Also