1 write to idleTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
665this.idleTimeout = bindingElement.ChannelPoolSettings.IdleTimeout;
2 references to idleTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
928openResult = channel.BeginOpen(this.idleTimeout, onOpenInnerChannel, channel); 1246this.idleTimeout = parent.idleTimeout;