[Modify] Polish it

This commit is contained in:
sta 2015-11-12 15:45:57 +09:00
parent d4dbf739fa
commit 03fc76ce06

View File

@ -27,12 +27,11 @@
#endregion #endregion
using System; using System;
using System.Text;
namespace WebSocketSharp namespace WebSocketSharp
{ {
/// <summary> /// <summary>
/// Contains the event data associated with a <see cref="WebSocket.OnMessage"/> event. /// Represents the event data for the <see cref="WebSocket.OnMessage"/> event.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
@ -81,8 +80,8 @@ namespace WebSocketSharp
/// Gets the message data as a <see cref="string"/>. /// Gets the message data as a <see cref="string"/>.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the message data, /// A <see cref="string"/> that represents the message data or
/// or <see langword="null"/> if the message data cannot be decoded to a string. /// <see langword="null"/> if the message data cannot be decoded to a string.
/// </value> /// </value>
public string Data { public string Data {
get { get {