C# Class CqlSharp.Protocol.CredentialsFrame

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

Public Methods

Method Description
CredentialsFrame ( string username, string password ) : System

Protected Methods

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

Method Details

CredentialsFrame() public method

public CredentialsFrame ( string username, string password ) : System
username string
password string
return System

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