1 write to sendTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
50
this.
sendTimeout
= sendTimeout;
3 references to sendTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableOutputConnection.cs (3)
317
result = this.beginSendHandler(attemptInfo, this.
sendTimeout
, true, onSendRetriesComplete, this);
426
IAsyncResult result = this.beginSendHandler(attemptInfo, this.
sendTimeout
, true, onSendRetryComplete, this);
570
result = this.beginSendHandler(attemptInfo, this.
sendTimeout
, true, onSendRetriesComplete, this);