1 write to client
System (1)
net\System\Net\mail\smtpconnection.cs (1)
63
this.
client
= client;
14 references to client
System (14)
net\System\Net\mail\smtpconnection.cs (14)
370
extensions = EHelloCommand.Send(this,
client
.clientDomain);
380
HelloCommand.Send(this,
client
.clientDomain);
405
client
,
417
extensions = EHelloCommand.Send(this,
client
.clientDomain);
452
auth = authenticationModules[i].Authenticate(info.Line, null, this, this.
client
.TargetName, this.channelBindingToken);
495
return module.Authenticate(null, credential, this, this.
client
.TargetName, this.channelBindingToken);
504
new AuthenticateCallbackContext(this, module, credential, this.
client
.TargetName, this.channelBindingToken);
511
return module.Authenticate(null, credential, this, this.
client
.TargetName, this.channelBindingToken);
522
return module.Authenticate(null, credential, this, this.
client
.TargetName, this.channelBindingToken);
784
IAsyncResult result = EHelloCommand.BeginSend(connection, connection.
client
.clientDomain, sendEHelloCallback, this);
886
IAsyncResult result = HelloCommand.BeginSend(connection, connection.
client
.clientDomain, sendHelloCallback, this);
929
connection.
client
,
954
thisPtr.connection.
client
, thisPtr.m_OuterResult.ContextCopy);
1062
Authorization auth = connection.authenticationModules[currentModule].Authenticate(authResponse, null, connection, connection.
client
.TargetName, connection.channelBindingToken);