WinHttpHandler.CookieUsePolicy Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates how cookies should be managed and used. Developers can choose to ignore cookies, allow the handler to automatically manage them or manually handle them using a CookieContainer object.
public:
property System::Net::Http::CookieUsePolicy CookieUsePolicy { System::Net::Http::CookieUsePolicy get(); void set(System::Net::Http::CookieUsePolicy value); };
public System.Net.Http.CookieUsePolicy CookieUsePolicy { get; set; }
member this.CookieUsePolicy : System.Net.Http.CookieUsePolicy with get, set
Public Property CookieUsePolicy As CookieUsePolicy
The default for this property is CookieUsePolicy.UseInternalCookieStoreOnly. If this value is set to CookieUsePolicy.UseSpecifiedCookieContainer, then a container object must be initialized and assigned to the CookieContainer property. Otherwise, an exception will be thrown when trying to send a request.
Produit | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :