C# 클래스 Handlebars.Proxy.ProxyStartup

파일 보기 프로젝트 열기: james-andrewsmith/handlebars-net

공개 메소드들

메소드 설명
Configuration ( IAppBuilder app ) : void
FillDonutHoles ( string input ) : string
FillSectionData ( string contents, string json ) : StringBuilder
GetAllCookiesFromHeader ( string strHeader, string strHost ) : CookieCollection
Invoke ( IOwinContext context ) : Task
ProxyStartup ( IHandlebarsEngine engine, IHandlebarsTemplate template ) : System

비공개 메소드들

메소드 설명
ConvertCookieArraysToCookieCollection ( ArrayList al, string strHost ) : CookieCollection
ConvertCookieHeaderToArrayList ( string strCookHeader ) : ArrayList
EnsurePartialAvailable ( string template ) : void
GetDevice ( string ua ) : string
GetProxyUri ( Uri uri ) : string
GetProxyUri ( string path ) : string
ProxyExternalSite ( string html ) : string

메소드 상세

Configuration() 공개 메소드

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
리턴 void

FillDonutHoles() 공개 메소드

public FillDonutHoles ( string input ) : string
input string
리턴 string

FillSectionData() 공개 메소드

public FillSectionData ( string contents, string json ) : StringBuilder
contents string
json string
리턴 StringBuilder

GetAllCookiesFromHeader() 공개 정적인 메소드

public static GetAllCookiesFromHeader ( string strHeader, string strHost ) : CookieCollection
strHeader string
strHost string
리턴 System.Net.CookieCollection

Invoke() 공개 메소드

public Invoke ( IOwinContext context ) : Task
context IOwinContext
리턴 Task

ProxyStartup() 공개 메소드

public ProxyStartup ( IHandlebarsEngine engine, IHandlebarsTemplate template ) : System
engine IHandlebarsEngine
template IHandlebarsTemplate
리턴 System