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