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