[Modify] Rename it
This commit is contained in:
parent
0f25f3cef2
commit
007ec8879c
@ -75,7 +75,7 @@ namespace WebSocketSharp.Net
|
||||
uint nonceCount)
|
||||
: base (scheme, parameters)
|
||||
{
|
||||
Parameters["username"] = credentials.UserName;
|
||||
Parameters["username"] = credentials.Username;
|
||||
Parameters["password"] = credentials.Password;
|
||||
Parameters["uri"] = credentials.Domain;
|
||||
_nonceCount = nonceCount;
|
||||
|
@ -194,7 +194,7 @@ namespace WebSocketSharp.Net
|
||||
/// <value>
|
||||
/// A <see cref="string"/> that represents the username.
|
||||
/// </value>
|
||||
public string UserName {
|
||||
public string Username {
|
||||
get {
|
||||
return _username;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user