[Modify] Rename it

master
sta 9 years ago
parent 0f25f3cef2
commit 007ec8879c

@ -75,7 +75,7 @@ namespace WebSocketSharp.Net
uint nonceCount) uint nonceCount)
: base (scheme, parameters) : base (scheme, parameters)
{ {
Parameters["username"] = credentials.UserName; Parameters["username"] = credentials.Username;
Parameters["password"] = credentials.Password; Parameters["password"] = credentials.Password;
Parameters["uri"] = credentials.Domain; Parameters["uri"] = credentials.Domain;
_nonceCount = nonceCount; _nonceCount = nonceCount;

@ -194,7 +194,7 @@ namespace WebSocketSharp.Net
/// <value> /// <value>
/// A <see cref="string"/> that represents the username. /// A <see cref="string"/> that represents the username.
/// </value> /// </value>
public string UserName { public string Username {
get { get {
return _username; return _username;
} }

Loading…
Cancel
Save