C# Class Fix.AspNet.Bridge

Show file Open project: FixProject/Fix

Public Methods

Method Description
RunContext ( HttpContext context ) : Task

Private Methods

Method Description
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

Method Details

RunContext() public static method

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