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

Summary description for TestServer
Inheritance: IDisposable
Afficher le fichier Open project: Starcounter/KestrelHttpServer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TestServer() public méthode

public TestServer ( Task>.Func app ) : System
app Task>.Func
Résultat System

TestServer() public méthode

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

TestServer() public méthode

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