3 writes to channel
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ListenerHandler.cs (3)
316
this.
channel
= new ListenerChannel(binder);
381
this.
channel
= this.CompleteAccept(result);
550
this.
channel
= null;
6 references to channel
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerHandler.cs (6)
79
get { return this.
channel
; }
317
this.idleManager = SessionIdleManager.CreateIfNeeded(this.
channel
.Binder, this.channelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout);
383
if (this.
channel
!= null)
386
this.idleManager = SessionIdleManager.CreateIfNeeded(this.
channel
.Binder, this.channelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout);
415
if ((this.
channel
!= null) && (this.throttle != null) && (this.channelDispatcher.Session))
548
ListenerChannel channel = this.
channel
;