C-DEngine 5.105

CookieCollection..::..Item Property

Gets the Cookie at the specified index from the collection.

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

Syntax


public Cookie this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Cookie
	Get
public:
property Cookie^ default[int^ index] {
	Cookie^ get (int^ index);
}

Parameters

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

Field Value

A Cookie at the specified index in the collection.

Exceptions


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