diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 82817b75..80874978 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1819,13 +1819,13 @@ namespace WebSocketSharp /// Sends a Ping with the specified using the /// WebSocket connection. /// - /// - /// A that represents the message to send. - /// /// /// true if the instance receives the Pong to /// this Ping from the server in a time; otherwise, false. /// + /// + /// A that represents the message to send. + /// public bool Ping (string message) { if (message == null || message.Length == 0)