C# Class CqlSharp.Protocol.AuthResponseFrame

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

Méthodes publiques

Méthode Description
AuthResponseFrame ( byte saslResponse ) : System

Initializes a new instance of the AuthResponseFrame class.

Méthodes protégées

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

Method Details

AuthResponseFrame() public méthode

Initializes a new instance of the AuthResponseFrame class.
public AuthResponseFrame ( byte saslResponse ) : System
saslResponse byte The sasl response.
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