C# 클래스 Junior.Route.Routing.AntiCsrf.CookieManagers.DefaultCookieManager

상속: IAntiCsrfCookieManager
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
ConfigureCookieAsync ( System.Web.HttpRequestBase request, System.Web.HttpResponseBase response ) : System.Threading.Tasks.Task
DefaultCookieManager ( IAntiCsrfConfiguration configuration, IGuidFactory guidFactory ) : System
GetSessionIdAsync ( System.Web.HttpResponseBase response ) : Task

메소드 상세

ConfigureCookieAsync() 공개 메소드

public ConfigureCookieAsync ( System.Web.HttpRequestBase request, System.Web.HttpResponseBase response ) : System.Threading.Tasks.Task
request System.Web.HttpRequestBase
response System.Web.HttpResponseBase
리턴 System.Threading.Tasks.Task

DefaultCookieManager() 공개 메소드

public DefaultCookieManager ( IAntiCsrfConfiguration configuration, IGuidFactory guidFactory ) : System
configuration IAntiCsrfConfiguration
guidFactory IGuidFactory
리턴 System

GetSessionIdAsync() 공개 메소드

public GetSessionIdAsync ( System.Web.HttpResponseBase response ) : Task
response System.Web.HttpResponseBase
리턴 Task