Skip to content

Commit 22f73b8

Browse files
committed
Removed UserState from IRestRequest
1 parent b7d9696 commit 22f73b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

RestSharp/IRestRequest.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,5 @@ public interface IRestRequest
225225

226226
Action<IRestResponse> OnBeforeDeserialization { get; set; }
227227
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; }
234228
}
235229
}

0 commit comments

Comments
 (0)