C# 클래스 Fleck.Handlers.ComposableHandler

상속: IHandler
파일 보기 프로젝트 열기: directi/Fleck

공개 프로퍼티들

프로퍼티 타입 설명
BinaryFrame byte[]>.Func
CloseFrame byte[]>.Func
Handshake Func
ReceiveData Action>
TextFrame byte[]>.Func

공개 메소드들

메소드 설명
CreateHandshake ( ) : byte[]
FrameBinary ( byte bytes ) : byte[]
FrameClose ( int code ) : byte[]
FrameText ( string text ) : byte[]
Receive ( IEnumerable data ) : void

메소드 상세

CreateHandshake() 공개 메소드

public CreateHandshake ( ) : byte[]
리턴 byte[]

FrameBinary() 공개 메소드

public FrameBinary ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

FrameClose() 공개 메소드

public FrameClose ( int code ) : byte[]
code int
리턴 byte[]

FrameText() 공개 메소드

public FrameText ( string text ) : byte[]
text string
리턴 byte[]

Receive() 공개 메소드

public Receive ( IEnumerable data ) : void
data IEnumerable
리턴 void

프로퍼티 상세

BinaryFrame 공개적으로 프로퍼티

public Func BinaryFrame
리턴 byte[]>.Func

CloseFrame 공개적으로 프로퍼티

public Func CloseFrame
리턴 byte[]>.Func

Handshake 공개적으로 프로퍼티

public Func Handshake
리턴 Func

ReceiveData 공개적으로 프로퍼티

public Action> ReceiveData
리턴 Action>

TextFrame 공개적으로 프로퍼티

public Func TextFrame
리턴 byte[]>.Func