C-DEngine 5.105

CookieCollection..::..Item Property

Gets the Cookie with the specified name from the collection.

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

Syntax


public Cookie this[
	string name
] { get; }
Public ReadOnly Default Property Item ( _
	name As String _
) As Cookie
	Get
public:
property Cookie^ default[String^ name] {
	Cookie^ get (String^ name);
}

Parameters

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

Field Value

A Cookie with the specified name in the collection.

Exceptions


ExceptionCondition
ArgumentNullExceptionname is nullNothingnullptra null reference (Nothing in Visual Basic).