1 write to channelType
System.ServiceModel (1)
System\ServiceModel\Diagnostics\ChannelTraceRecord.cs (1)
17
this.
channelType
= channel == null ? null : channel.ToString();
2 references to channelType
System.ServiceModel (2)
System\ServiceModel\Diagnostics\ChannelTraceRecord.cs (2)
24
if (this.
channelType
!= null)
26
xml.WriteElementString("ChannelType", this.
channelType
);