1 write to timeouts
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
77
this.
timeouts
= new ImmutableCommunicationTimeouts(timeouts);
6 references to timeouts
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (6)
120
if (this.
timeouts
!= null)
122
return this.
timeouts
.CloseTimeout;
135
if (this.
timeouts
!= null)
137
return this.
timeouts
.OpenTimeout;
360
get { return this.
timeouts
; }
849
this.listenerHandler = new ListenerHandler(binder, this, this.host, throttle, this.
timeouts
);