ICookieManager Interface

 

Namespace:   Microsoft.Owin.Infrastructure
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public interface ICookieManager
public interface class ICookieManager
type ICookieManager = interface end
Public Interface ICookieManager

Methods

Name Description
System_CAPS_pubmethod AppendResponseCookie(IOwinContext, String, String, CookieOptions)

System_CAPS_pubmethod DeleteCookie(IOwinContext, String, CookieOptions)

System_CAPS_pubmethod GetRequestCookie(IOwinContext, String)

See Also

Microsoft.Owin.Infrastructure Namespace

Return to top