System\ServiceModel\Channels\SocketConnection.cs (5)
252thisPtr.Abort(SR.GetString(SR.SocketAbortedReceiveTimedOut, thisPtr.asyncReceiveTimeout), TransferOperation.Read);
690TransferOperation.Read, this.aborted, this.timeoutErrorString, this.timeoutErrorTransferOperation, this, remainingTime);
1117Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Read);
1214Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Read);
1283this.asyncReadException = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Read);