7 references to ServerAddress
System (7)
net\System\Net\_FtpControlStream.cs (7)
125
if (!connection.
ServerAddress
.Equals(((IPEndPoint)connection.m_DataSocket.RemoteEndPoint).Address))
579
string passiveCommand = (
ServerAddress
.AddressFamily == AddressFamily.InterNetwork) ? "PASV" : "EPSV";
582
string portCommand = (
ServerAddress
.AddressFamily == AddressFamily.InterNetwork) ? "PORT" : "EPRT";
706
m_PassiveEndPoint = new IPEndPoint(
ServerAddress
, port);
740
if (!
ServerAddress
.Equals(((IPEndPoint)m_DataSocket.RemoteEndPoint).Address))
1128
if (
ServerAddress
.AddressFamily == AddressFamily.InterNetwork) {
1130
} else if (
ServerAddress
.AddressFamily == AddressFamily.InterNetworkV6) {