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