[Modify] Edit it

master
sta 9 years ago
parent b9094fc27d
commit 17e12b99f4

@ -149,11 +149,10 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets the role names to which the user associated with the credentials belongs.
/// Gets the roles associated with the credentials.
/// </summary>
/// <value>
/// An array of <see cref="string"/> that contains the role names to which
/// the user associated with the credentials belongs if any.
/// An array of <see cref="string"/> that represents the role names.
/// </value>
public string[] Roles {
get {

Loading…
Cancel
Save