C# Class Firefly.Http.Connection

Exibir arquivo Open project: FireflyServer/firefly Class Usage Examples

Public Methods

Method Description
Connection ( IFireflyService services, Task>.Func app, ISocket socket, Action disconnected ) : System
Execute ( ) : void

Private Methods

Method Description
Go ( bool newFrame, Frame frame ) : void
ProduceEnd ( ProduceEndType endType ) : void
ReceiveAsync ( Frame frame ) : bool
ReceiveAsyncCompleted ( ) : void

Method Details

Connection() public method

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

Execute() public method

public Execute ( ) : void
return void