AndroidMessageHandler.UseCookies Property
Definition
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 whether the handler uses the CookieContainer
property to store server cookies and uses these cookies when sending requests. The default value
is true.
public bool UseCookies { get; set; }
member this.UseCookies : bool with get, set