2 writes to port
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
1799port = uri.Port; 1802port = TcpUri.DefaultPort;
2 references to port
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
1800if (port == -1) 1876IPEndPoint ipEndPoint = new IPEndPoint(addresses[currentIndex], port);