C# Class Hansha.DebugStream

Inheritance: IProtocolStream
Show file Open project: Deathspike/Hansha Class Usage Examples

Public Methods

Method Description
CloseAsync ( ) : System.Threading.Tasks.Task
DebugStream ( IProtocolStream protocolStream ) : System
ReceiveAsync ( ) : Task
SendAsync ( byte buffer, int offset, int count ) : System.Threading.Tasks.Task

Method Details

CloseAsync() public method

public CloseAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

DebugStream() public method

public DebugStream ( IProtocolStream protocolStream ) : System
protocolStream IProtocolStream
return System

ReceiveAsync() public method

public ReceiveAsync ( ) : Task
return Task

SendAsync() public method

public SendAsync ( byte buffer, int offset, int count ) : System.Threading.Tasks.Task
buffer byte
offset int
count int
return System.Threading.Tasks.Task