|
|
|
@ -170,6 +170,10 @@ namespace WebSocketSharp.Net
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the roles associated with the credentials.
|
|
|
|
/// Gets the roles associated with the credentials.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <remarks>
|
|
|
|
|
|
|
|
/// This property returns an empty array if the roles were
|
|
|
|
|
|
|
|
/// initialized with <see langword="null"/>.
|
|
|
|
|
|
|
|
/// </remarks>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// An array of <see cref="string"/> that represents the role names
|
|
|
|
/// An array of <see cref="string"/> that represents the role names
|
|
|
|
/// to which the username belongs.
|
|
|
|
/// to which the username belongs.
|
|
|
|
|