C# Class CqlSharp.Protocol.OptionsFrame

Inheritance: Frame
Exibir arquivo Open project: reuzel/CqlSharp Class Usage Examples

Public Methods

Method Description
OptionsFrame ( ) : System

Protected Methods

Method Description
InitializeAsync ( ) : System.Threading.Tasks.Task
WriteData ( Stream buffer ) : void

Method Details

InitializeAsync() protected method

protected InitializeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OptionsFrame() public method

public OptionsFrame ( ) : System
return System

WriteData() protected method

protected WriteData ( Stream buffer ) : void
buffer Stream
return void