2 writes to sendTimer
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1429
this.
sendTimer
= new IOThreadTimer(onSendTimeout, this, false);
1533
this.
sendTimer
= null;
4 references to sendTimer
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
1422
if (this.
sendTimer
== null)
1432
return this.
sendTimer
;
1530
if (this.
sendTimer
!= null)
1532
this.
sendTimer
.Cancel();