Click or drag to resize

CookieCollectionItem Property (String)

Gets the Cookie with the specified name 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[
	string name
] { get; }

Parameters

name
Type: SystemString
A String that represents the name of the Cookie to find.

Property Value

Type: Cookie
A Cookie with the specified name in the collection.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is .
See Also