WebServiceRequestSettings.CookieManager property

Gets or sets the cookie manager. If GetHttpClient is set, then this property is ignored.

public CookieManager? CookieManager { get; set; }

Property Value

The cookie manager.

See Also