C# 클래스 Lending.Execution.Auth.Caching.CookieCache

상속: ICache
파일 보기 프로젝트 열기: joshilewis/lending

공개 메소드들

메소드 설명
CookieCache ( Nancy.NancyContext context ) : System
Initialize ( ) : void
this ( string key ) : string

메소드 상세

CookieCache() 공개 메소드

public CookieCache ( Nancy.NancyContext context ) : System
context Nancy.NancyContext
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string