3 implementations of CloseContext
System.Net.Mail (3)
System\Net\Mail\SmtpLoginAuthenticationModule.cs (1)
58
public void
CloseContext
(object sessionCookie)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
89
public void
CloseContext
(object sessionCookie)
System\Net\Mail\SmtpNtlmAuthenticationModule.cs (1)
70
public void
CloseContext
(object sessionCookie)
5 references to CloseContext
System.Net.Mail (5)
System\Net\Mail\SmtpConnection.cs (5)
292
_authenticationModules[i].
CloseContext
(this);
779
module.
CloseContext
(_connection);
810
thisPtr._connection._authenticationModules[thisPtr._currentModule].
CloseContext
(thisPtr._connection);
846
_connection._authenticationModules[_currentModule].
CloseContext
(_connection);
869
thisPtr._connection._authenticationModules[thisPtr._currentModule].
CloseContext
(thisPtr._connection);