IRSRequestContext.Cookies Property

Definition

Gets the collection of Cookies for this request.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Cookies { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Cookies { get; }
member this.Cookies : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Cookies As IDictionary(Of String, String)

Property Value

The collection of Cookies for this request.

Applies to