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