2 writes to target
System.ServiceModel (2)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
670
this.
target
= target;
679
this.
target
= target;
2 references to target
System.ServiceModel (2)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
701
if (this.
target
!= null)
703
xml.WriteElementString("RemoteAddress", this.
target
.ToString());