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 15135b6 commit 4450303Copy full SHA for 4450303
src/RestSharp/RequestBody.cs
@@ -20,7 +20,6 @@ public class RequestBody {
20
public string Name { get; }
21
public object Value { get; }
22
23
- [Obsolete("The RestBody constructor will be internal in future versions")]
24
public RequestBody(string contentType, string name, object value) {
25
ContentType = contentType;
26
Name = name;
0 commit comments