C# 클래스 OAuth.RequestProxies.AbstractRequestProxy

상속: IRequestProxy
파일 보기 프로젝트 열기: codebutler/oauth-sharp

공개 메소드들

메소드 설명
AbstractRequestProxy ( ) : System
GetOAuthHeader ( string realm ) : string
GetSignedUri ( bool withOAuth ) : string
Sign ( string consumerSecret, string tokenSecret ) : void

보호된 메소드들

메소드 설명
CreateSignature ( string consumerSecret, string tokenSecret ) : string

메소드 상세

AbstractRequestProxy() 공개 메소드

public AbstractRequestProxy ( ) : System
리턴 System

CreateSignature() 보호된 메소드

protected CreateSignature ( string consumerSecret, string tokenSecret ) : string
consumerSecret string
tokenSecret string
리턴 string

GetOAuthHeader() 공개 메소드

public GetOAuthHeader ( string realm ) : string
realm string
리턴 string

GetSignedUri() 공개 메소드

public GetSignedUri ( bool withOAuth ) : string
withOAuth bool
리턴 string

Sign() 공개 추상적인 메소드

public abstract Sign ( string consumerSecret, string tokenSecret ) : void
consumerSecret string
tokenSecret string
리턴 void