1 write to _client
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
42
_client
= client;
10 references to _client
System.Net.Mail (10)
System\Net\Mail\SmtpConnection.cs (10)
207
_extensions = EHelloCommand.Send(this,
_client
!._clientDomain);
218
HelloCommand.Send(this,
_client
!._clientDomain);
250
_extensions = EHelloCommand.Send(this,
_client
._clientDomain);
283
auth = _authenticationModules[i].Authenticate(info.Line, null, this,
_client
.TargetName, null);
318
new AuthenticateCallbackContext(this, module, credential,
_client
!.TargetName, null);
325
return module.Authenticate(null, credential, this,
_client
!.TargetName, null);
335
return module.Authenticate(null, credential, this,
_client
!.TargetName, null);
539
IAsyncResult result = EHelloCommand.BeginSend(_connection, _connection.
_client
!._clientDomain, s_sendEHelloCallback, this);
639
IAsyncResult result = HelloCommand.BeginSend(_connection, _connection.
_client
!._clientDomain, s_sendHelloCallback, this);
831
Authorization? auth = _connection._authenticationModules[_currentModule].Authenticate(_authResponse, null, _connection, _connection.
_client
!.TargetName, null);