We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76b123 commit 3566a28Copy full SHA for 3566a28
1 file changed
src/SimpleW/HttpSession.cs
@@ -102,12 +102,13 @@ public sealed class HttpSession : IDisposable {
102
private HttpPrincipal _principal = HttpPrincipal.Anonymous;
103
104
/// <summary>
105
- /// flag for principal resolution
+ /// Indicates whether the principal has already been resolved.
106
/// </summary>
107
private bool _principalResolved;
108
109
110
- /// Indicates whether the principal has alRead phase.y been resolved.
+ /// Current user principal.
111
+ /// If not aleady resolved, call the Server.PrincipalResolver if defined
112
113
public HttpPrincipal Principal {
114
get {
0 commit comments