C# Class CqlSharp.Protocol.CredentialsFrame

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

Méthodes publiques

Méthode Description
CredentialsFrame ( string username, string password ) : System

Méthodes protégées

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

Method Details

CredentialsFrame() public méthode

public CredentialsFrame ( string username, string password ) : System
username string
password string
Résultat System

InitializeAsync() protected méthode

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

WriteData() protected méthode

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