Click or drag to resize

openAuthEngineaddOAuthHeader Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Network.authorization
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public static void addOAuthHeader(
	WebHeaderCollection targetCollection,
	openAuthEngineoauth_headers oauthType,
	string value = "",
	string yahooUrl = ""
)
Request Example View Source

Parameters

targetCollection
Type: System.NetWebHeaderCollection
oauthType
Type: imbACE.Network.authorizationopenAuthEngineoauth_headers
value (Optional)
Type: SystemString
yahooUrl (Optional)
Type: SystemString
See Also