C# Class OAuth.Xmpp.RequestProxies.XmppRequestProxy

Inheritance: OAuth.RequestProxies.AbstractRequestProxy
Afficher le fichier Open project: codebutler/oauth-sharp

Méthodes publiques

Méthode Description
Register ( ) : void
Sign ( string consumerSecret, string tokenSecret ) : void
XmppRequestProxy ( jabber.protocol.Packet packet ) : System

Method Details

Register() public static méthode

public static Register ( ) : void
Résultat void

Sign() public méthode

public Sign ( string consumerSecret, string tokenSecret ) : void
consumerSecret string
tokenSecret string
Résultat void

XmppRequestProxy() public méthode

public XmppRequestProxy ( jabber.protocol.Packet packet ) : System
packet jabber.protocol.Packet
Résultat System