C-DEngine 5.105

TheRequestData..::..RequestCookies Property

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public cdeConcurrentDictionary<string, string> RequestCookies { get; set; }
Public Property RequestCookies As cdeConcurrentDictionary(Of String, String)
	Get
	Set
public:
property cdeConcurrentDictionary<String^, String^>^ RequestCookies {
	cdeConcurrentDictionary<String^, String^>^ get ();
	void set (cdeConcurrentDictionary<String^, String^>^ value);
}