[Modify] Edit it

This commit is contained in:
sta 2016-09-24 18:54:05 +09:00
parent 5366e8be76
commit 55a65e313f

View File

@ -35,13 +35,13 @@ namespace WebSocketSharp
/// </summary>
/// <remarks>
/// <para>
/// A <see cref="WebSocket.OnMessage"/> event occurs when the <see cref="WebSocket"/> receives
/// a text or binary message, or a ping if the <see cref="WebSocket.EmitOnPing"/> property is
/// set to <c>true</c>.
/// That event occurs when the <see cref="WebSocket"/> receives a text or
/// binary message, or a ping if the <see cref="WebSocket.EmitOnPing"/>
/// property is set to <c>true</c>.
/// </para>
/// <para>
/// If you would like to get the message data, you should access the <see cref="Data"/> or
/// <see cref="RawData"/> property.
/// If you would like to get the message data, you should access
/// the <see cref="Data"/> or <see cref="RawData"/> property.
/// </para>
/// </remarks>
public class MessageEventArgs : EventArgs
@ -81,7 +81,7 @@ namespace WebSocketSharp
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the message data,
/// or <see langword="null"/> if the message data cannot be decoded to a string.
/// or <see langword="null"/> if it cannot be decoded to a string.
/// </value>
public string Data {
get {