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