|
|
@ -153,16 +153,15 @@ namespace WebSocketSharp.Net |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the client information (identity, authentication, and security
|
|
|
|
/// roles).
|
|
|
|
/// Gets the client information.
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <para>
|
|
|
|
/// A <see cref="IPrincipal"/> instance or <see langword="null"/>
|
|
|
|
/// if not authenticated.
|
|
|
|
/// A <see cref="IPrincipal"/> instance that represents identity,
|
|
|
|
/// authentication, and security roles for the client.
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// The instance describes the client.
|
|
|
|
/// <see langword="null"/> if the client is not authenticated.
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
public IPrincipal User { |
|
|
|