Click or drag to resize
LinkedInAuthorizationPrepareGetRequest Method
Prepares GET request that has OAuth authorization already attached to it.

Namespace: CMS.SocialMarketing.LinkedInInternal
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax
C#
public HttpWebRequest PrepareGetRequest(
	Uri requestUrl
)

Parameters

requestUrl
Type: SystemUri
Request URL

Return Value

Type: HttpWebRequest
See Also