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