Class Parameter
- Namespace
- RestSharp.Portable
- Assembly
- RestSharp.Portable.Core.dll
public class Parameter : Object
- Inheritance
-
Parameter
- Derived
-
Constructors
Parameter()
Properties
ContentType
public string ContentType { get; set; }
Property Value
- string
Encoding
public Encoding Encoding { get; set; }
Property Value
- Encoding
Name
public string Name { get; set; }
Property Value
- string
Type
public ParameterType Type { get; set; }
Property Value
- ParameterType
ValidateOnAdd
public bool ValidateOnAdd { get; set; }
Property Value
- bool
Value
public object Value { get; set; }
Property Value
- object
Methods
ToRequestString()
public string ToRequestString()
Returns
- string