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