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