3 writes to _port
System.Net.Mail (3)
System\Net\Mail\SmtpClient.cs (3)
79_port = port; 103_port = DefaultPort; 188_port = value;
8 references to _port
System.Net.Mail (8)
System\Net\Mail\SmtpClient.cs (8)
101if (_port == 0) 175return _port; 186if (value != _port) 267return _servicePoint ??= ServicePointManager.FindServicePoint(new Uri($"mailto:{_host}:{_port}")); 703if (_port <= 0 || _port > MaxPortValue) 738_transport.GetConnection(_host!, _port); 749return _transport.GetConnectionAsync<TIOAdapter>(_host!, _port, cancellationToken);