Table of Contents

Class MessageReceivedEventArgs

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

Provides data for the MessageReceived event.

public class MessageReceivedEventArgs : EventArgs
Inheritance
MessageReceivedEventArgs
Inherited Members
Extension Methods

Constructors

MessageReceivedEventArgs()

public MessageReceivedEventArgs()

Properties

Frame

The message frame received by the WebSocket.

public ReceiveMessageFrame Frame { get; set; }

Property Value

ReceiveMessageFrame