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