Skip to content

Commit 73f2c05

Browse files
Made the Parameter class no obsolete (#1644)
1 parent d9aaf8e commit 73f2c05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RestSharp/Parameter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ namespace RestSharp {
2424
/// <summary>
2525
/// Parameter container for REST requests
2626
/// </summary>
27-
[Obsolete("Use Add[XXX]Parameter methods of IRestRequest instead of instantiating the Parameter class.")]
2827
public class Parameter : IEquatable<Parameter> {
2928
public Parameter(string name, object? value, ParameterType type, bool encode = true) {
3029
if (type != ParameterType.RequestBody)

0 commit comments

Comments
 (0)