C# 클래스 Microsoft.AspNet.Server.Kestrel.KestrelEngine

상속: ServiceContext, IDisposable
파일 보기 프로젝트 열기: Starcounter/KestrelHttpServer 1 사용 예제들

공개 메소드들

메소드 설명
CreateServer ( ServerAddress address, Task>.Func application ) : IDisposable
Dispose ( ) : void
KestrelEngine ( ServiceContext context ) : System
Start ( int count ) : void

비공개 메소드들

메소드 설명
KestrelEngine ( Libuv uv, ServiceContext context ) : System

메소드 상세

CreateServer() 공개 메소드

public CreateServer ( ServerAddress address, Task>.Func application ) : IDisposable
address ServerAddress
application Task>.Func
리턴 IDisposable

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

KestrelEngine() 공개 메소드

public KestrelEngine ( ServiceContext context ) : System
context ServiceContext
리턴 System

Start() 공개 메소드

public Start ( int count ) : void
count int
리턴 void