Click or drag to resize

WebHeaderCollectionGet Method (Int32)

Get the value 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 Get(
	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 value of the header.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of allowable range of indexes for the collection.
See Also