C# 클래스 Firefly.Http.Connection

파일 보기 프로젝트 열기: FireflyServer/firefly 1 사용 예제들

공개 메소드들

메소드 설명
Connection ( IFireflyService services, Task>.Func app, ISocket socket, Action disconnected ) : System
Execute ( ) : void

비공개 메소드들

메소드 설명
Go ( bool newFrame, Frame frame ) : void
ProduceEnd ( ProduceEndType endType ) : void
ReceiveAsync ( Frame frame ) : bool
ReceiveAsyncCompleted ( ) : void

메소드 상세

Connection() 공개 메소드

public Connection ( IFireflyService services, Task>.Func app, ISocket socket, Action disconnected ) : System
services IFireflyService
app Task>.Func
socket ISocket
disconnected Action
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void