C# Class Microsoft.AspNet.Server.Kestrel.Http.ListenerContext

Inheritance: ServiceContext
Show file Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method Description
ListenerContext ( ) : System
ListenerContext ( ListenerContext listenerContext ) : System
ListenerContext ( ServiceContext serviceContext ) : System

Method Details

ListenerContext() public method

public ListenerContext ( ) : System
return System

ListenerContext() public method

public ListenerContext ( ListenerContext listenerContext ) : System
listenerContext ListenerContext
return System

ListenerContext() public method

public ListenerContext ( ServiceContext serviceContext ) : System
serviceContext ServiceContext
return System