Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
WebSocketFrameHeaderFlags ( Byte byte1, Byte byte2, WebSocketFrameOption option ) : System |
public static GetBit ( byte aByte, int pos ) : bool | ||
aByte | byte | |
pos | int | |
return | bool |
public static SetBit ( byte &aByte, int pos, bool value ) : void | ||
aByte | byte | |
pos | int | |
value | bool | |
return | void |
public ToBytes ( System.Int64 length, Byte buffer, |
||
length | System.Int64 | |
buffer | Byte | |
offset | ||
return | void |
public static TryParse ( Byte buffer, |
||
buffer | Byte | |
offset | ||
headerFlags | ||
return | System.Boolean |
public WebSocketFrameHeaderFlags ( bool isComplete, WebSocketFrameOption option, WebSocketExtensionFlags extensionFlags ) : System | ||
isComplete | bool | |
option | WebSocketFrameOption | |
extensionFlags | WebSocketExtensionFlags | |
return | System |