[Modify] Edit it

This commit is contained in:
sta 2020-12-18 19:36:31 +09:00
parent d0825c4f5e
commit 332801e794

View File

@ -155,7 +155,13 @@ namespace WebSocketSharp.Net
/// Gets the client information (identity, authentication, and security roles).
/// </summary>
/// <value>
/// A <see cref="IPrincipal"/> instance that represents the client information.
/// <para>
/// A <see cref="IPrincipal"/> instance or <see langword="null"/> if not
/// authenticated.
/// </para>
/// <para>
/// The instance describes the client.
/// </para>
/// </value>
public IPrincipal User {
get {