4 writes to listenAddress
System.ServiceModel (4)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (4)
721
this.
listenAddress
= listenAddress;
729
this.
listenAddress
= listenAddress;
736
this.
listenAddress
= listenAddress;
743
this.
listenAddress
= listenAddress;
2 references to listenAddress
System.ServiceModel (2)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
771
if (this.
listenAddress
!= null)
773
xml.WriteElementString("ListenAddress", this.
listenAddress
.ToString());