|
|
|
@ -379,10 +379,16 @@ namespace WebSocketSharp.Net.WebSockets
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <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.
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// A <see cref="IPrincipal"/> instance that represents identity,
|
|
|
|
|
|
|
|
/// authentication, and security roles for the client.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// <see langword="null"/> if the client is not authenticated.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public override IPrincipal User {
|
|
|
|
public override IPrincipal User {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|