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