6 references to MinTimeout
NuGet.Protocol (6)
Plugins\AutomaticProgressReporter.cs (1)
110/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than
Plugins\ConnectionOptions.cs (3)
54/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than 57/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than 114/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than
Plugins\Messages\InitializeRequest.cs (1)
45/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than
Plugins\TimeoutUtilities.cs (1)
60if (ProtocolConstants.MinTimeout <= timeout && timeout <= ProtocolConstants.MaxTimeout)