C# 클래스 Microsoft.AspNet.Server.Kestrel.Http.Connection

상속: Microsoft.AspNet.Server.Kestrel.Http.ConnectionContext, IConnectionControl
파일 보기 프로젝트 열기: Starcounter/KestrelHttpServer 1 사용 예제들

공개 메소드들

메소드 설명
Connection ( ListenerContext context, UvStreamHandle socket ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
AllocCallback ( UvStreamHandle handle, int suggestedSize, object state ) : Libuv.uv_buf_t
ApplyConnectionFilter ( ) : void
IConnectionControl ( ) : void
IConnectionControl ( ProduceEndType endType ) : void
OnAlloc ( UvStreamHandle handle, int suggestedSize ) : Libuv.uv_buf_t
OnRead ( UvStreamHandle handle, int status ) : void
ReadCallback ( UvStreamHandle handle, int status, object state ) : void

메소드 상세

Connection() 공개 메소드

public Connection ( ListenerContext context, UvStreamHandle socket ) : System
context ListenerContext
socket Microsoft.AspNet.Server.Kestrel.Networking.UvStreamHandle
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void