C# 클래스 WebSocketSharp.WsStream

상속: IDisposable
파일 보기 프로젝트 열기: NIAEFEUP/Kommando 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
ReadFrame ( ) : WsFrame
ReadFrameAsync ( Action completed ) : void
ReadHandshake ( ) : string[]
WriteFrame ( WsFrame frame ) : bool
WriteHandshake ( HandshakeBase handshake ) : bool

비공개 메소드들

메소드 설명
CreateClientStream ( TcpClient client, bool secure, string host, System validationCallback ) : WsStream
CreateServerStream ( HttpListenerContext context ) : WsStream
CreateServerStream ( TcpClient client, bool secure, X509Certificate cert ) : WsStream
WsStream ( NetworkStream innerStream ) : System
WsStream ( WebSocketSharp.Net.Security.SslStream innerStream ) : System
WsStream ( Stream innerStream, bool secure ) : System
write ( byte data ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ReadFrame() 공개 메소드

public ReadFrame ( ) : WsFrame
리턴 WsFrame

ReadFrameAsync() 공개 메소드

public ReadFrameAsync ( Action completed ) : void
completed Action
리턴 void

ReadHandshake() 공개 메소드

public ReadHandshake ( ) : string[]
리턴 string[]

WriteFrame() 공개 메소드

public WriteFrame ( WsFrame frame ) : bool
frame WsFrame
리턴 bool

WriteHandshake() 공개 메소드

public WriteHandshake ( HandshakeBase handshake ) : bool
handshake HandshakeBase
리턴 bool