4 references to sessions
System (4)
net\System\Net\mail\SmtpLoginAuthenticationModule.cs (4)
38
lock (this.
sessions
)
40
NetworkCredential cachedCredential =
sessions
[sessionCookie] as NetworkCredential;
48
sessions
[sessionCookie] = credential;
62
this.
sessions
.Remove(sessionCookie);