C# Class CqlSharp.Protocol.AuthResponseFrame

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

Public Methods

Method Description
AuthResponseFrame ( byte saslResponse ) : System

Initializes a new instance of the AuthResponseFrame class.

Protected Methods

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

Method Details

AuthResponseFrame() public method

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