From cf2eb179c1204d93c6394bfcdf26ec3604d9e263 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 24 Nov 2016 16:34:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 7ec75de3..e1f3e58b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2892,6 +2892,29 @@ namespace WebSocketSharp /// the send is complete. A passed to this delegate will be /// true if the send has done with no error. /// + /// + /// The current state of the connection is not Open. + /// + /// + /// is . + /// + /// + /// + /// cannot be read. + /// + /// + /// -or- + /// + /// + /// is less than 1. + /// + /// + /// -or- + /// + /// + /// No data could be read from . + /// + /// public void SendAsync (Stream stream, int length, Action completed) { if (_readyState != WebSocketState.Open) {