2 writes to asyncReceiveTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
93this.asyncSendTimeout = this.asyncReceiveTimeout = TimeSpan.MaxValue; 1455this.asyncReceiveTimeout = timeout;
4 references to asyncReceiveTimeout
System.ServiceModel (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
252thisPtr.Abort(SR.GetString(SR.SocketAbortedReceiveTimedOut, thisPtr.asyncReceiveTimeout), TransferOperation.Read); 1210throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout), ExceptionEventType); 1279this.asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout); 1315asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout);