1 write to channel
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
549this.channel = this.CreateChannel();
7 references to channel
System.ServiceModel (7)
System\ServiceModel\ClientBase.cs (7)
347if (this.channel == null) 351if (this.channel == null) 392return channel; 446IChannel channel = (IChannel)this.channel; 493IChannel channel = (IChannel)this.channel; 607if (this.channel != null) 795if (this.channel != null)