Skip to content

Commit 4450303

Browse files
committed
Remove Obsolete tag from RequestBody constructor.
1 parent 15135b6 commit 4450303

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RestSharp/RequestBody.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public class RequestBody {
2020
public string Name { get; }
2121
public object Value { get; }
2222

23-
[Obsolete("The RestBody constructor will be internal in future versions")]
2423
public RequestBody(string contentType, string name, object value) {
2524
ContentType = contentType;
2625
Name = name;

0 commit comments

Comments
 (0)