Skip to content

Commit 3566a28

Browse files
committed
fix(REWRITE): comment
1 parent e76b123 commit 3566a28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/SimpleW/HttpSession.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,13 @@ public sealed class HttpSession : IDisposable {
102102
private HttpPrincipal _principal = HttpPrincipal.Anonymous;
103103

104104
/// <summary>
105-
/// flag for principal resolution
105+
/// Indicates whether the principal has already been resolved.
106106
/// </summary>
107107
private bool _principalResolved;
108108

109109
/// <summary>
110-
/// Indicates whether the principal has alRead phase.y been resolved.
110+
/// Current user principal.
111+
/// If not aleady resolved, call the Server.PrincipalResolver if defined
111112
/// </summary>
112113
public HttpPrincipal Principal {
113114
get {

0 commit comments

Comments
 (0)