3 writes to ipAddress
System.ServiceModel (3)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (3)
30
this.
ipAddress
= ((IPEndPoint)this.listenSocket.LocalEndPoint).Address;
34
this.
ipAddress
= IPAddress.Parse(channelListener.Uri.DnsSafeHost);
38
this.
ipAddress
= ipAddressAny;
2 references to ipAddress
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
49
return this.
ipAddress
;
91
socketListener = new SocketConnectionListener(new IPEndPoint(
ipAddress
, port), this, false);