Implemented interface member:
property
IdleTimeout
System.ServiceModel.Channels.IConnectionOrientedConnectionSettings.IdleTimeout
3 references to IdleTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
108(this.idleTimeout == channelListener.IdleTimeout) &&
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
184this.idleTimeout = channelListener.IdleTimeout; 230&& (this.idleTimeout == channelListener.IdleTimeout)