1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
628
this.
channel
= channel;
7 references to channel
System.ServiceModel (7)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (7)
637
lock (this.
channel
)
652
get { return this.
channel
; }
670
return this.BeginCloseOutputSession(this.
channel
.DefaultCloseTimeout, callback, state);
675
return this.
channel
.BeginCloseOutputSession(timeout, callback, state);
680
this.
channel
.EndCloseOutputSession(result);
685
this.CloseOutputSession(this.
channel
.DefaultCloseTimeout);
690
this.
channel
.CloseOutputSession(timeout);