Click or drag to resize
BaseEncode Method

[This is preliminary documentation and is subject to change.]

Encodes a key/value pair.

Namespace: OAuth.Encoder
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
protected string Encode(
	KeyValuePair<string, string> segment
)

Parameters

segment
Type: System.Collections.GenericKeyValuePairString, String
Key/value pair.

Return Value

Type: String
String.
See Also