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