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

@ -4,7 +4,7 @@
*
* The MIT License
*
* Copyright (c) 2012-2013 sta.blockhead
* Copyright (c) 2012-2014 sta.blockhead
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

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) {