Table of Contents

Class MessageFrame

Namespace
System.Net.WebSockets
Assembly
System.Net.WebSockets.dll

The base WebSocket Message frame.

public class MessageFrame
Inheritance
MessageFrame
Derived
Inherited Members
Extension Methods

Constructors

MessageFrame()

public MessageFrame()

Properties

EndPoint

The Remote Endpoint from which the message is received.

public IPEndPoint EndPoint { get; set; }

Property Value

IPEndPoint

MessageType

Indicates whether the current message is a UTF-8 message or a binary message.

public WebSocketMessageType MessageType { get; }

Property Value

WebSocketMessageType