C# 클래스 Fix.AspNet.Bridge

파일 보기 프로젝트 열기: FixProject/Fix

공개 메소드들

메소드 설명
RunContext ( HttpContext context ) : Task

비공개 메소드들

메소드 설명
CreateEnvironmentHash ( HttpContext context ) : IDictionary,System.Collections.Generic
CreateRequestHeaders ( HttpRequest request ) : string[]>.IDictionary
CreateSendFileFunc ( HttpResponse response ) : Func
FixPath ( string path ) : string
Initialize ( HttpContext context ) : void
SetOwinCallCompleted ( Task t, TaskCompletionSource tcs ) : void
SpecialCase ( string key, string value, HttpResponse response ) : bool
WriteHeaders ( string[]>.IEnumerable outputHeaders, HttpContext context ) : void

메소드 상세

RunContext() 공개 정적인 메소드

public static RunContext ( HttpContext context ) : Task
context System.Web.HttpContext
리턴 Task