3 writes to listenIPAddress
System.ServiceModel (3)
System\ServiceModel\Channels\PeerTransportBindingElement.cs (3)
43this.listenIPAddress = PeerTransportDefaults.ListenIPAddress; 55this.listenIPAddress = elementToBeCloned.listenIPAddress; 72this.listenIPAddress = value;
2 references to listenIPAddress
System.ServiceModel (2)
System\ServiceModel\Channels\PeerTransportBindingElement.cs (2)
55this.listenIPAddress = elementToBeCloned.listenIPAddress; 66return this.listenIPAddress;