C# 클래스 OAuth.RequestProxies.MockRequestProxy

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

공개 메소드들

메소드 설명
MockRequestProxy ( object>.Dictionary dict ) : System
Sign ( string consumerSecret, string tokenSecret ) : void

메소드 상세

MockRequestProxy() 공개 메소드

public MockRequestProxy ( object>.Dictionary dict ) : System
dict object>.Dictionary
리턴 System

Sign() 공개 메소드

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