1 write to idleTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1246this.idleTimeout = parent.idleTimeout;
2 references to idleTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1271result = this.channel.BeginTryReceive(this.idleTimeout, onReceive, this); 1412result = this.channel.BeginTryReceive(this.idleTimeout, onReceive, this);