LinkedInAuthorization.PreparePostRequest Method |
Prepares POST request that has OAuth authorization already attached to it.
Namespace: CMS.ExternalAuthentication.LinkedInAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntaxpublic HttpWebRequest PreparePostRequest(
Uri requestUrl
)
Parameters
- requestUrl
- Type: System.Uri
Request URL
Return Value
Type:
HttpWebRequest
See Also