Fix a few

This commit is contained in:
sta
2014-01-06 02:58:02 +09:00
parent 58c392f37a
commit 809e5ab58c
2 changed files with 4 additions and 1 deletions

View File

@@ -1577,6 +1577,9 @@ namespace WebSocketSharp
/// <summary>
/// Establishes a WebSocket connection asynchronously.
/// </summary>
/// <remarks>
/// This method doesn't wait for the connect to be complete.
/// </remarks>
public void ConnectAsync ()
{
if (IsOpened) {