C# Class CqlSharp.Protocol.SupportedFrame

Inheritance: Frame
Mostrar archivo Open project: reuzel/CqlSharp Class Usage Examples

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

WriteData() protected method

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