C-DEngine 5.105

WebHeaderCollection..::..GetValues Method (Int32)

Gets an array of header values stored in the specified index position of the collection.

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

Syntax


public string[] GetValues(
	int index
)
Public Function GetValues ( _
	index As Integer _
) As String()
public:
array<String^>^ GetValues(
	int^ index
)

Parameters

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

Return Value

An array of String that receives the header values if found; otherwise, nullNothingnullptra null reference (Nothing in Visual Basic).

Exceptions


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