1 write to idleTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
51this.idleTimeout = listenerSettings.IdleTimeout;
2 references to idleTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (2)
89get { return this.idleTimeout; } 108(this.idleTimeout == channelListener.IdleTimeout) &&