|
|
|
@ -129,6 +129,10 @@ namespace WebSocketSharp.Net
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the domain associated with the credentials.
|
|
|
|
/// Gets the domain associated with the credentials.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <remarks>
|
|
|
|
|
|
|
|
/// This property returns an empty string if the domain was
|
|
|
|
|
|
|
|
/// initialized with <see langword="null"/>.
|
|
|
|
|
|
|
|
/// </remarks>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="string"/> that represents the domain name
|
|
|
|
/// A <see cref="string"/> that represents the domain name
|
|
|
|
/// to which the username belongs.
|
|
|
|
/// to which the username belongs.
|
|
|
|
|