2 implementations of ListenIPAddress
System.ServiceModel (2)
System\ServiceModel\Channels\PeerChannelFactory.cs (1)
55public IPAddress ListenIPAddress
System\ServiceModel\Channels\PeerChannelListener.cs (1)
52public IPAddress ListenIPAddress
2 references to ListenIPAddress
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
1719if (factory.ListenIPAddress != null) 1721listenIPAddress = factory.ListenIPAddress;