6 references to MinTimeout
NuGet.Protocol (6)
Plugins\AutomaticProgressReporter.cs (1)
108/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than
Plugins\ConnectionOptions.cs (3)
52/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than 55/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than 112/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than
Plugins\Messages\InitializeRequest.cs (1)
43/// is either less than <see cref="ProtocolConstants.MinTimeout" /> or greater than
Plugins\TimeoutUtilities.cs (1)
58if (ProtocolConstants.MinTimeout <= timeout && timeout <= ProtocolConstants.MaxTimeout)