Share via


CookieHeaderManager Class

Definition

Manages the authentication cookie headers used by Visual Studio for communicating with SharePoint.

public ref class CookieHeaderManager sealed
public sealed class CookieHeaderManager
type CookieHeaderManager = class
Public NotInheritable Class CookieHeaderManager
Inheritance
CookieHeaderManager

Constructors

CookieHeaderManager()

Initializes a new instance of the CookieHeaderManager class.

Properties

Instance

Gets the instance of the singleton of CookieHeaderManager.

Methods

GetCookieHeader(Uri)

Retrieves the authentication cookie header with the given site url.

Applies to