C# Class EvHttpSharp.OwinHost.EvOwinListener

Inheritance: IDisposable
Mostra file Open project: kekekeks/evhttp-sharp

Public Methods

Method Description
Dispose ( ) : void
EvOwinListener ( object>.Func app, string address, ushort port ) : System

Private Methods

Method Description
HandleRequest ( EventHttpRequest req ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EvOwinListener() public method

public EvOwinListener ( object>.Func app, string address, ushort port ) : System
app object>.Func
address string
port ushort
return System