IRSRequestContext.Cookies Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Il obtient la collection de cookies pour cette demande.
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)
Valeur de propriété
La collecte de cookies pour cette demande.