1 write to onSendTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
188
onSendTimeout
= new Action<object>(OnSendTimeout);
2 references to onSendTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
186
if (
onSendTimeout
== null)
191
this.sendTimer = new IOThreadTimer(
onSendTimeout
, this, false);