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