Browse Source

[Modify] Edit it

pull/704/merge
sta 3 years ago
parent
commit
a0517fe871
  1. 9
      websocket-sharp/Net/HttpListenerContext.cs

9
websocket-sharp/Net/HttpListenerContext.cs

@ -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 {

Loading…
Cancel
Save