|
|
|
@ -117,11 +117,10 @@ namespace WebSocketSharp.Net
|
|
|
|
#region Public Properties
|
|
|
|
#region Public Properties
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the name of the user domain associated with the credentials.
|
|
|
|
/// Gets the domain associated with the credentials.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="string"/> that represents the name of the user domain associated with
|
|
|
|
/// A <see cref="string"/> that represents the domain name.
|
|
|
|
/// the credentials.
|
|
|
|
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public string Domain {
|
|
|
|
public string Domain {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|