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

Name Description
CookieHeaderManager()

Initializes a new instance of the CookieHeaderManager class.

Properties

Name Description
Instance

Gets the instance of the singleton of CookieHeaderManager.

Methods

Name Description
GetCookieHeader(Uri)

Retrieves the authentication cookie header with the given site url.

Applies to