Fix a few

master
sta 12 years ago
parent fa857e406c
commit 4e420c6bc3

@ -1806,7 +1806,7 @@ namespace WebSocketSharp
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if the <see cref="WebSocket"/> instance receives the Pong to /// <c>true</c> if the <see cref="WebSocket"/> instance receives the Pong to
/// this Ping from the server in a time; otherwise, <c>false</c>. /// this Ping in a time; otherwise, <c>false</c>.
/// </returns> /// </returns>
public bool Ping () public bool Ping ()
{ {
@ -1821,7 +1821,7 @@ namespace WebSocketSharp
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if the <see cref="WebSocket"/> instance receives the Pong to /// <c>true</c> if the <see cref="WebSocket"/> instance receives the Pong to
/// this Ping from the server in a time; otherwise, <c>false</c>. /// this Ping in a time; otherwise, <c>false</c>.
/// </returns> /// </returns>
/// <param name="message"> /// <param name="message">
/// A <see cref="string"/> that represents the message to send. /// A <see cref="string"/> that represents the message to send.

Loading…
Cancel
Save