C# Class Yammer.APIWrapper.Session

Mostra file Open project: kdavie/Yammer.NET-2.0

Public Properties

Property Type Description
Ending EventHandler

Public Methods

Method Description
End ( ) : void
OnAuthorizationComplete ( ) : void
Start ( ) : void

Private Methods

Method Description
Auth_AuthorizationComplete ( object sender, EventArgs e ) : void
CheckAuth ( ) : void
GetRequestToken ( ) : void
OnReceiveRequestToken ( ) : void

Method Details

End() public static method

public static End ( ) : void
return void

OnAuthorizationComplete() public static method

public static OnAuthorizationComplete ( ) : void
return void

Start() public static method

public static Start ( ) : void
return void

Property Details

Ending public_oe static_oe property

public static EventHandler Ending
return EventHandler