C# 클래스 OAuth.Xmpp.RequestProxies.XmppRequestProxy

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

공개 메소드들

메소드 설명
Register ( ) : void
Sign ( string consumerSecret, string tokenSecret ) : void
XmppRequestProxy ( jabber.protocol.Packet packet ) : System

메소드 상세

Register() 공개 정적인 메소드

public static Register ( ) : void
리턴 void

Sign() 공개 메소드

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

XmppRequestProxy() 공개 메소드

public XmppRequestProxy ( jabber.protocol.Packet packet ) : System
packet jabber.protocol.Packet
리턴 System