C# Class CqlSharp.Protocol.OptionsFrame

Inheritance: Frame
Afficher le fichier Open project: reuzel/CqlSharp Class Usage Examples

Méthodes publiques

Méthode Description
OptionsFrame ( ) : System

Méthodes protégées

Méthode Description
InitializeAsync ( ) : System.Threading.Tasks.Task
WriteData ( Stream buffer ) : void

Method Details

InitializeAsync() protected méthode

protected InitializeAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OptionsFrame() public méthode

public OptionsFrame ( ) : System
Résultat System

WriteData() protected méthode

protected WriteData ( Stream buffer ) : void
buffer Stream
Résultat void