Utilities.GetMessageType(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Net::WebSockets::WebSocketMessageType GetMessageType(int opCode);
public static System.Net.WebSockets.WebSocketMessageType GetMessageType (int opCode);
static member GetMessageType : int -> System.Net.WebSockets.WebSocketMessageType
Public Shared Function GetMessageType (opCode As Integer) As WebSocketMessageType
Parameters
- opCode
- Int32