4 writes to channel
System.ServiceModel (4)
System\ServiceModel\OperationContext.cs (4)
58
this.
channel
= serviceChannel;
82
this.
channel
= channel;
197
set { this.
channel
= value; }
417
this.
channel
= channel;
5 references to channel
System.ServiceModel (5)
System\ServiceModel\OperationContext.cs (5)
196
get { return this.
channel
; }
301
if (this.
channel
!= null)
303
IChannel inner = this.
channel
.InnerChannel;
405
if (this.
channel
== null || this.IsUserContext)
410
return (T)this.
channel
.Proxy;