From 5de94d407005e468991fb30ce5260cab2246cceb Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 4 Oct 2016 15:25:45 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/MessageEventArgs.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/MessageEventArgs.cs b/websocket-sharp/MessageEventArgs.cs index da151a22..ec2ef7c5 100644 --- a/websocket-sharp/MessageEventArgs.cs +++ b/websocket-sharp/MessageEventArgs.cs @@ -96,8 +96,9 @@ namespace WebSocketSharp /// Gets the message data as a . /// /// - /// A that represents the message data - /// if it can be decoded to a string; otherwise, . + /// A that represents the message data if its type is + /// text or ping and if decoding it to a string has successfully done; + /// otherwise, . /// public string Data { get {