Click or drag to resize
HeaderStringGet Method

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

Returns a header string.

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public string Get(
	IEnumerable<KeyValuePair<string, string>> parameters
)

Parameters

parameters
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Parameters.

Return Value

Type: String
Header string.
See Also