UrlEncodingType EnumerationNemiro.OAuth
The list of url encding methods.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public enum UrlEncodingType
Members

  Member nameValueDescription
None0 Without encoding.
Auto1PercentEncoding for POST requests when a conetent-type is x-www-form-urlencoded. And Default for other requests.
Default2 x-www-form-urlencoded (spaces encoded as plus (+) signs).
PercentEncoding3 RFC 3986 (spaces encoded as %20).
See Also