[Modify] Edit it
This commit is contained in:
parent
0b07b08ad0
commit
5de94d4070
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user