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