[Modify] Edit it

This commit is contained in:
sta 2018-04-05 17:32:05 +09:00
parent 5cc734ef37
commit 624f9ed898

View File

@ -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; }