1 write to onReadTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
153onReadTimeout = new Action<object>(OnReadTimeout);
2 references to onReadTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
151if (onReadTimeout == null) 156this.readTimer = new IOThreadTimer(onReadTimeout, this, false);