SocketsHttpHandler.UseCookies Property

Definition

Gets or sets a value that indicates whether the handler should use cookies.

public:
 property bool UseCookies { bool get(); void set(bool value); };
public bool UseCookies { get; set; }
member this.UseCookies : bool with get, set
Public Property UseCookies As Boolean

Property Value

A value that indicates whether the handler should use cookies.

Applies to