C# 클래스 mobSocial.Core.oAuth.OAuthBaseExtensions

OAuthBase Extension methods to keep the original OAuthBase class closed from modifications.
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
GetSignedUrl ( this oauthBase, string requestUrl, string consumerKey, string consumerSecret ) : string

Gets a signed url from the request url

메소드 상세

GetSignedUrl() 공개 정적인 메소드

Gets a signed url from the request url
public static GetSignedUrl ( this oauthBase, string requestUrl, string consumerKey, string consumerSecret ) : string
oauthBase this
requestUrl string
consumerKey string
consumerSecret string
리턴 string