C# Class mobSocial.Plugins.OAuth.Provider.ApplicationCookieManager

Just to modify the default cookie domain, we had to create this class
Inheritance: ICookieManager
Mostra file Open project: mobsoftware/mobsocial

Public Methods

Method Description
AppendResponseCookie ( IOwinContext context, string key, string value, Microsoft.Owin.CookieOptions options ) : void
ApplicationCookieManager ( ) : Microsoft.Owin
DeleteCookie ( IOwinContext context, string key, Microsoft.Owin.CookieOptions options ) : void
GetRequestCookie ( IOwinContext context, string key ) : string

Private Methods

Method Description
SetupDomain ( IOwinContext context, Microsoft.Owin.CookieOptions options ) : void

Method Details

AppendResponseCookie() public method

public AppendResponseCookie ( IOwinContext context, string key, string value, Microsoft.Owin.CookieOptions options ) : void
context IOwinContext
key string
value string
options Microsoft.Owin.CookieOptions
return void

ApplicationCookieManager() public method

public ApplicationCookieManager ( ) : Microsoft.Owin
return Microsoft.Owin

DeleteCookie() public method

public DeleteCookie ( IOwinContext context, string key, Microsoft.Owin.CookieOptions options ) : void
context IOwinContext
key string
options Microsoft.Owin.CookieOptions
return void

GetRequestCookie() public method

public GetRequestCookie ( IOwinContext context, string key ) : string
context IOwinContext
key string
return string