C# 클래스 Microsoft.AspNet.Server.KestrelTests.TestServer

Summary description for TestServer
상속: IDisposable
파일 보기 프로젝트 열기: Starcounter/KestrelHttpServer 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TestServer() 공개 메소드

public TestServer ( Task>.Func app ) : System
app Task>.Func
리턴 System

TestServer() 공개 메소드

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

TestServer() 공개 메소드

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