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