C# Class Fleck.Handlers.ComposableHandler

Inheritance: IHandler
Afficher le fichier Open project: directi/Fleck

Méthodes publiques

Свойство Type Description
BinaryFrame byte[]>.Func
CloseFrame byte[]>.Func
Handshake Func
ReceiveData Action>
TextFrame byte[]>.Func

Méthodes publiques

Méthode Description
CreateHandshake ( ) : byte[]
FrameBinary ( byte bytes ) : byte[]
FrameClose ( int code ) : byte[]
FrameText ( string text ) : byte[]
Receive ( IEnumerable data ) : void

Method Details

CreateHandshake() public méthode

public CreateHandshake ( ) : byte[]
Résultat byte[]

FrameBinary() public méthode

public FrameBinary ( byte bytes ) : byte[]
bytes byte
Résultat byte[]

FrameClose() public méthode

public FrameClose ( int code ) : byte[]
code int
Résultat byte[]

FrameText() public méthode

public FrameText ( string text ) : byte[]
text string
Résultat byte[]

Receive() public méthode

public Receive ( IEnumerable data ) : void
data IEnumerable
Résultat void

Property Details

BinaryFrame public_oe property

public Func BinaryFrame
Résultat byte[]>.Func

CloseFrame public_oe property

public Func CloseFrame
Résultat byte[]>.Func

Handshake public_oe property

public Func Handshake
Résultat Func

ReceiveData public_oe property

public Action> ReceiveData
Résultat Action>

TextFrame public_oe property

public Func TextFrame
Résultat byte[]>.Func