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