3 writes to port
System.ServiceModel (3)
System\ServiceModel\Channels\PeerTransportBindingElement.cs (3)
44
this.
port
= PeerTransportDefaults.Port;
56
this.
port
= elementToBeCloned.port;
100
this.
port
= value;
2 references to port
System.ServiceModel (2)
System\ServiceModel\Channels\PeerTransportBindingElement.cs (2)
56
this.port = elementToBeCloned.
port
;
94
return this.
port
;