2 writes to sendTimer
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
191
this.
sendTimer
= new IOThreadTimer(onSendTimeout, this, false);
383
this.
sendTimer
= null;
3 references to sendTimer
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
184
if (this.
sendTimer
== null)
194
return this.
sendTimer
;
382
IOThreadTimer sendTimerSnapshot = this.
sendTimer
;