C# Class OAuth.Xmpp.RequestProxies.XmppRequestProxy

Inheritance: OAuth.RequestProxies.AbstractRequestProxy
Show file Open project: codebutler/oauth-sharp

Public Methods

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

Method Details

Register() public static method

public static Register ( ) : void
return void

Sign() public method

public Sign ( string consumerSecret, string tokenSecret ) : void
consumerSecret string
tokenSecret string
return void

XmppRequestProxy() public method

public XmppRequestProxy ( jabber.protocol.Packet packet ) : System
packet jabber.protocol.Packet
return System