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