Fix a few
This commit is contained in:
parent
58c392f37a
commit
809e5ab58c
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The MIT License
|
* 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
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1577,6 +1577,9 @@ namespace WebSocketSharp
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Establishes a WebSocket connection asynchronously.
|
/// Establishes a WebSocket connection asynchronously.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This method doesn't wait for the connect to be complete.
|
||||||
|
/// </remarks>
|
||||||
public void ConnectAsync ()
|
public void ConnectAsync ()
|
||||||
{
|
{
|
||||||
if (IsOpened) {
|
if (IsOpened) {
|
||||||
|
Loading…
Reference in New Issue
Block a user