Метод | Описание | |
---|---|---|
GetBit ( byte aByte, int pos ) : bool | ||
SetBit ( byte &aByte, int pos, bool value ) : void | ||
ToBytes ( System.Int64 length, Byte buffer, |
||
TryParse ( Byte buffer, |
||
WebSocketFrameHeaderFlags ( bool isComplete, WebSocketFrameOption option, WebSocketExtensionFlags extensionFlags ) : System |
Метод | Описание | |
---|---|---|
WebSocketFrameHeaderFlags ( Byte byte1, Byte byte2, WebSocketFrameOption option ) : System |
public static GetBit ( byte aByte, int pos ) : bool | ||
aByte | byte | |
pos | int | |
Результат | bool |
public static SetBit ( byte &aByte, int pos, bool value ) : void | ||
aByte | byte | |
pos | int | |
value | bool | |
Результат | void |
public ToBytes ( System.Int64 length, Byte buffer, |
||
length | System.Int64 | |
buffer | Byte | |
offset | ||
Результат | void |
public static TryParse ( Byte buffer, |
||
buffer | Byte | |
offset | ||
headerFlags | ||
Результат | System.Boolean |
public WebSocketFrameHeaderFlags ( bool isComplete, WebSocketFrameOption option, WebSocketExtensionFlags extensionFlags ) : System | ||
isComplete | bool | |
option | WebSocketFrameOption | |
extensionFlags | WebSocketExtensionFlags | |
Результат | System |