1 write to transportChannelListener
System.ServiceModel (1)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
998
this.
transportChannelListener
= transportChannelListener;
4 references to transportChannelListener
System.ServiceModel (4)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (4)
1032
if (this.
transportChannelListener
!= null)
1034
xml.WriteElementString("TransportChannelListener", base.XmlEncode(this.
transportChannelListener
.ToString()));
1036
if (this.
transportChannelListener
.Uri != null)
1037
xml.WriteElementString("ListenUri", this.
transportChannelListener
.Uri.AbsoluteUri);