1 write to port
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1057
this.
port
= ((IPEndPoint)socket.LocalEndPoint).Port;
1 reference to port
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1069
return this.listenerProxy.BeginValidateUriRoute(uri, this.ipAddress, this.
port
, callback, state);