[Modify] Edit it

This commit is contained in:
sta 2016-10-04 15:25:45 +09:00
parent 0b07b08ad0
commit 5de94d4070

View File

@ -96,8 +96,9 @@ 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 if its type is
/// if it can be decoded to a string; otherwise, <see langword="null"/>. /// text or ping and if decoding it to a string has successfully done;
/// otherwise, <see langword="null"/>.
/// </value> /// </value>
public string Data { public string Data {
get { get {