@@ -70,20 +70,20 @@ public RestClientOptions(string baseUrl) : this(new Uri(Ensure.NotEmptyString(ba
70
70
/// </summary>
71
71
public X509CertificateCollection ? ClientCertificates { get ; set ; }
72
72
73
- public IWebProxy ? Proxy { get ; set ; }
74
- public CacheControlHeaderValue ? CachePolicy { get ; set ; }
75
- public bool FollowRedirects { get ; set ; } = true ;
73
+ public IWebProxy ? Proxy { get ; set ; }
74
+ public CacheControlHeaderValue ? CachePolicy { get ; set ; }
75
+ public bool FollowRedirects { get ; set ; } = true ;
76
76
public bool ? Expect100Continue { get ; set ; } = null ;
77
- public CookieContainer ? CookieContainer { get ; set ; }
78
- public string UserAgent { get ; set ; } = DefaultUserAgent ;
79
-
77
+ public CookieContainer ? CookieContainer { get ; set ; }
78
+ public string UserAgent { get ; set ; } = DefaultUserAgent ;
79
+
80
80
/// <summary>
81
81
/// Maximum request duration in milliseconds. When the request timeout is specified using <seealso cref="RestRequest.Timeout"/>,
82
82
/// the lowest value between the client timeout and request timeout will be used.
83
83
/// </summary>
84
- public int MaxTimeout { get ; set ; }
85
-
86
- public Encoding Encoding { get ; set ; } = Encoding . UTF8 ;
84
+ public int MaxTimeout { get ; set ; }
85
+
86
+ public Encoding Encoding { get ; set ; } = Encoding . UTF8 ;
87
87
88
88
[ Obsolete ( "Use MaxTimeout instead" ) ]
89
89
public int Timeout {
@@ -129,4 +129,4 @@ public int Timeout {
129
129
/// This properly allows to override the default behavior.
130
130
/// </summary>
131
131
public bool AllowMultipleDefaultParametersWithSameName { get ; set ; }
132
- }
132
+ }
0 commit comments