Property | Type | Description | |
---|---|---|---|
BinaryFrame | byte[]>.Func | ||
CloseFrame | byte[]>.Func | ||
Handshake | Func |
||
ReceiveData | Action
|
||
TextFrame | byte[]>.Func |
Method | Description | |
---|---|---|
CreateHandshake ( ) : byte[] | ||
FrameBinary ( byte bytes ) : byte[] | ||
FrameClose ( int code ) : byte[] | ||
FrameText ( string text ) : byte[] | ||
Receive ( IEnumerable |