C-DEngine 5.105

WebHeaderCollection..::..Get Method (Int32)

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Get(
	int index
)
Public Function Get ( _
	index As Integer _
) As String
public:
String^ Get(
	int^ index
)

Parameters

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

Return Value

A String that receives the value of the header.

Exceptions


ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of allowable range of indexes for the collection.