[Modify] Edit it

This commit is contained in:
sta 2021-05-11 19:41:49 +09:00
parent ac513b92e6
commit d53dd63d6f

View File

@ -153,12 +153,13 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets the client information (identity, authentication, and security roles). /// Gets the client information (identity, authentication, and security
/// roles).
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
/// A <see cref="IPrincipal"/> instance or <see langword="null"/> if not /// A <see cref="IPrincipal"/> instance or <see langword="null"/>
/// authenticated. /// if not authenticated.
/// </para> /// </para>
/// <para> /// <para>
/// The instance describes the client. /// The instance describes the client.