Enum ParameterType
- Namespace
- RestSharp
- Assembly
- RestSharp.dll
Types of parameters that can be added to requests
public enum ParameterType
Fields
GetOrPost = 0Cookie parameter
HttpHeader = 2QueryString = 4RequestBody = 3UrlSegment = 1
Types of parameters that can be added to requests
public enum ParameterType
GetOrPost = 0Cookie parameter
HttpHeader = 2QueryString = 4RequestBody = 3UrlSegment = 1