aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/MessageEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SocketHttpListener/MessageEventArgs.cs')
-rw-r--r--SocketHttpListener/MessageEventArgs.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/SocketHttpListener/MessageEventArgs.cs b/SocketHttpListener/MessageEventArgs.cs
index d9bccbf3f..8e2151cb7 100644
--- a/SocketHttpListener/MessageEventArgs.cs
+++ b/SocketHttpListener/MessageEventArgs.cs
@@ -9,8 +9,8 @@ namespace SocketHttpListener
/// <remarks>
/// A <see cref="WebSocket.OnMessage"/> event occurs when the <see cref="WebSocket"/> receives
/// a text or binary data frame.
- /// If you want to get the received data, you access the <see cref="MessageEventArgs.Data"/> or
- /// <see cref="MessageEventArgs.RawData"/> property.
+ /// If you want to get the received data, you access the <see cref="Data"/> or
+ /// <see cref="RawData"/> property.
/// </remarks>
public class MessageEventArgs : EventArgs
{