Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.WebSockets.ValueWebSocketReceiveResult Struct Reference

Public Member Functions

 ValueWebSocketReceiveResult (int count, WebSocketMessageType messageType, bool endOfMessage)
 

Properties

int Count [get]
 
bool EndOfMessage [get]
 
WebSocketMessageType MessageType [get]
 

Static Private Member Functions

static void ThrowCountOutOfRange ()
 
static void ThrowMessageTypeOutOfRange ()
 

Private Attributes

readonly uint _countAndEndOfMessage
 
readonly WebSocketMessageType _messageType
 

Detailed Description

Definition at line 3 of file ValueWebSocketReceiveResult.cs.


The documentation for this struct was generated from the following file: