|
|
@ -106,7 +106,10 @@ namespace WebSocketSharp.Net |
|
|
|
/// <paramref name="username"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
public NetworkCredential ( |
|
|
|
string username, string password, string domain, params string[] roles |
|
|
|
string username, |
|
|
|
string password, |
|
|
|
string domain, |
|
|
|
params string[] roles |
|
|
|
) |
|
|
|
{ |
|
|
|
if (username == null) |
|
|
|