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 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 Exception | Condition |
---|
ArgumentNullException | name is .
|
See Also