[Modify] Polish it
This commit is contained in:
parent
f8826ee59b
commit
c4e1609da3
@ -94,7 +94,8 @@ namespace WebSocketSharp.Net
|
||||
/// <paramref name="username"/> is empty.
|
||||
/// </exception>
|
||||
public NetworkCredential (
|
||||
string username, string password, string domain, params string[] roles)
|
||||
string username, string password, string domain, params string[] roles
|
||||
)
|
||||
{
|
||||
if (username == null)
|
||||
throw new ArgumentNullException ("username");
|
||||
|
Loading…
Reference in New Issue
Block a user