C# Class Microsoft.AspNet.Server.KestrelTests.TestServer

Summary description for TestServer
Inheritance: IDisposable
Show file Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method Description
Create ( Task>.Func app, ServiceContext context, string serverAddress ) : void
Dispose ( ) : void
TestServer ( Task>.Func app ) : System
TestServer ( Task>.Func app, ServiceContext context ) : System
TestServer ( Task>.Func app, ServiceContext context, string serverAddress ) : System

Method Details

Create() public method

public Create ( Task>.Func app, ServiceContext context, string serverAddress ) : void
app Task>.Func
context Microsoft.AspNet.Server.Kestrel.ServiceContext
serverAddress string
return void

Dispose() public method

public Dispose ( ) : void
return void

TestServer() public method

public TestServer ( Task>.Func app ) : System
app Task>.Func
return System

TestServer() public method

public TestServer ( Task>.Func app, ServiceContext context ) : System
app Task>.Func
context Microsoft.AspNet.Server.Kestrel.ServiceContext
return System

TestServer() public method

public TestServer ( Task>.Func app, ServiceContext context, string serverAddress ) : System
app Task>.Func
context Microsoft.AspNet.Server.Kestrel.ServiceContext
serverAddress string
return System