1 write to timeoutErrorString
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
313this.timeoutErrorString = timeoutErrorString;
4 references to timeoutErrorString
System.ServiceModel (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
684TransferOperation.Write, this.aborted, this.timeoutErrorString, this.timeoutErrorTransferOperation, this, remainingTime); 690TransferOperation.Read, this.aborted, this.timeoutErrorString, this.timeoutErrorTransferOperation, this, remainingTime); 701if (this.timeoutErrorString != null) 703return ConvertTimeoutErrorException(originalException, transferOperation, this.timeoutErrorString, this.timeoutErrorTransferOperation);