Click or drag to resize

CookieCollectionItem Property (Int32)

Gets the Cookie at the specified index from the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Cookie this[
	int index
] { get; }

Parameters

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

Property Value

Type: Cookie
A Cookie at the specified index in the collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of allowable range of indexes for the collection.
See Also