[Modify] Edit it

master
sta 9 years ago
parent 3ba8d1434e
commit 3cab7b7722

@ -79,8 +79,8 @@ namespace WebSocketSharp
/// Gets the message data as a <see cref="string"/>.
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the message data,
/// or <see langword="null"/> if it cannot be decoded to a string.
/// A <see cref="string"/> that represents the message data
/// if it can be decoded to a string; otherwise, <see langword="null"/>.
/// </value>
public string Data {
get {

Loading…
Cancel
Save