[Modify] Edit it
This commit is contained in:
@@ -193,10 +193,11 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
public abstract System.Net.IPEndPoint ServerEndPoint { get; }
|
public abstract System.Net.IPEndPoint ServerEndPoint { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the client information (identity, authentication, and security roles).
|
/// Gets the client information.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="IPrincipal"/> instance that represents the client information.
|
/// A <see cref="IPrincipal"/> instance that represents identity,
|
||||||
|
/// authentication, and security roles for the client.
|
||||||
/// </value>
|
/// </value>
|
||||||
public abstract IPrincipal User { get; }
|
public abstract IPrincipal User { get; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user