C# 클래스 CqlSharp.Protocol.AuthResponseFrame

상속: Frame
파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
AuthResponseFrame ( byte saslResponse ) : System

Initializes a new instance of the AuthResponseFrame class.

보호된 메소드들

메소드 설명
InitializeAsync ( ) : System.Threading.Tasks.Task
WriteData ( Stream buffer ) : void

메소드 상세

AuthResponseFrame() 공개 메소드

Initializes a new instance of the AuthResponseFrame class.
public AuthResponseFrame ( byte saslResponse ) : System
saslResponse byte The sasl response.
리턴 System

InitializeAsync() 보호된 메소드

protected InitializeAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

WriteData() 보호된 메소드

protected WriteData ( Stream buffer ) : void
buffer Stream
리턴 void