Table of Contents

Enum ParameterType

Namespace
RestSharp
Assembly
RestSharp.dll

Types of parameters that can be added to requests

public enum ParameterType

Fields

GetOrPost = 0

Cookie parameter

HttpHeader = 2
QueryString = 4
RequestBody = 3
UrlSegment = 1