The list of url encding methods.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Without encoding. | |
Auto | 1 | PercentEncoding for POST requests when a conetent-type is x-www-form-urlencoded. And Default for other requests. | |
Default | 2 | x-www-form-urlencoded (spaces encoded as plus (+) signs). | |
PercentEncoding | 3 | RFC 3986 (spaces encoded as %20). |
See Also