Fix a few
This commit is contained in:
@@ -169,7 +169,7 @@ namespace WebSocketSharp
|
|||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <paramref name="url"/> is <see langword="null"/>.
|
/// <paramref name="url"/> is <see langword="null"/>.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public WebSocket (string url, params string[] protocols)
|
public WebSocket (string url, params string [] protocols)
|
||||||
: this ()
|
: this ()
|
||||||
{
|
{
|
||||||
if (url == null)
|
if (url == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user