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