We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d9696 commit 22f73b8Copy full SHA for 22f73b8
RestSharp/IRestRequest.cs
@@ -225,11 +225,5 @@ public interface IRestRequest
225
226
Action<IRestResponse> OnBeforeDeserialization { get; set; }
227
void IncreaseNumAttempts();
228
-
229
- /// <summary>
230
- /// Gets or sets a user-defined state object that contains information about a request and which can be later
231
- /// retrieved when the request completes.
232
- /// </summary>
233
- object UserState { get; set; }
234
}
235
0 commit comments