Gets or sets a value indicating whether the security level of the cookie is secure.
   
                
    Namespace: 
   WebSocketSharp.Net
    Assembly:
   C-DEngine (in C-DEngine.dll)
public bool Secure { get; set; }Public Property Secure As Boolean
	Get
	Set
public:
property bool^ Secure {
	bool^ get ();
	void set (bool^ value);
}Field Value
true if the security level of the cookie is secure; otherwise, 
false.
   The default value is 
false.
   
   When this property is 
true, the cookie may be included in the HTTP request
   only if the request is transmitted over the HTTPS.