Click or drag to resize

WebHeaderCollectionGetKey Method

Get the name of the header at the specified index in the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override string GetKey(
	int index
)

Parameters

index
Type: SystemInt32
An Int32 that represents the zero-based index of the header to find.

Return Value

Type: String
A String that receives the header name.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of allowable range of indexes for the collection.
See Also