[Modify] Edit it
This commit is contained in:
parent
d0825c4f5e
commit
332801e794
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user