C# Class JabbR.Middleware.ImageProxyHandler

Proxies images through the jabbr server to avoid mixed mode https.
Datei anzeigen Open project: ucdavis/JabbR

Public Methods

Method Description
ImageProxyHandler ( AppFunc next ) : System
Invoke ( object>.IDictionary env ) : System.Threading.Tasks.Task

Private Methods

Method Description
IsAuthenticated ( object>.IDictionary env ) : bool

Method Details

ImageProxyHandler() public method

public ImageProxyHandler ( AppFunc next ) : System
next AppFunc
return System

Invoke() public method

public Invoke ( object>.IDictionary env ) : System.Threading.Tasks.Task
env object>.IDictionary
return System.Threading.Tasks.Task