Home
last modified time | relevance | path

Searched refs:net_io_timeout_use_gt_zero (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DTimeoutValidationAttribute.cs39 throw new ConfigurationErrorsException(SR.GetString(SR.net_io_timeout_use_gt_zero)); in Validate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Cache/
H A D_SingleItemRequestCache.cs331 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
339 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
486 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
494 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DNetworkStream.cs149 … throw new ArgumentOutOfRangeException(nameof(value), SR.net_io_timeout_use_gt_zero);
186 … throw new ArgumentOutOfRangeException(nameof(value), SR.net_io_timeout_use_gt_zero);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DNetworkStream.cs272 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
304 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DHttpWebRequest.cs807 … throw new ArgumentOutOfRangeException(nameof(value), SR.net_io_timeout_use_gt_zero);
H A DFtpWebRequest.cs405 … throw new ArgumentOutOfRangeException(nameof(value), SR.net_io_timeout_use_gt_zero);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs356 …public const string net_io_timeout_use_gt_zero = "Timeout can be only be set to 'System.Threading.… field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_ConnectStream.cs117 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
130 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
H A DFtpWebRequest.cs406 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));
H A DHttpWebRequest.cs1039 … throw new ArgumentOutOfRangeException("value", SR.GetString(SR.net_io_timeout_use_gt_zero));