File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public interface IRestRequest
113
113
/// <summary>
114
114
/// In general you would not need to set this directly. Used by the NtlmAuthenticator.
115
115
/// </summary>
116
- [ Obsolete ( "Use one of authenticators provided " ) ]
116
+ [ Obsolete ( "This property will be moved to RestClient " ) ]
117
117
ICredentials ? Credentials { get ; set ; }
118
118
119
119
/// <summary>
@@ -139,6 +139,7 @@ public interface IRestRequest
139
139
/// Determine whether or not the "default credentials" (e.g. the user account under which the current process is
140
140
/// running) will be sent along to the server. The default is false.
141
141
/// </summary>
142
+ [ Obsolete ( "This property will be moved to RestClient" ) ]
142
143
bool UseDefaultCredentials { get ; set ; }
143
144
144
145
/// <summary>
You can’t perform that action at this time.
0 commit comments