[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"/>.
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the message data
/// if it can be decoded to a string; otherwise, <see langword="null"/>.
/// A <see cref="string"/> that represents the message data if its type is
/// text or ping and if decoding it to a string has successfully done;
/// otherwise, <see langword="null"/>.
/// </value>
public string Data {
get {