C# Class Yammer.APIWrapper.Settings

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

Private Properties

Property Type Description

Public Methods

Method Description
CheckConfiguration ( ) : Settings

Checks if the persisted settings file exists on the client

RemoveConfiguration ( ) : void
Save ( ) : void
SaveConfiguration ( string tokenKey, string tokenSecret, OAuthKey key, WebProxy proxy ) : void

Saves the settings file to the client

Settings ( ) : System

Method Details

CheckConfiguration() public static method

Checks if the persisted settings file exists on the client
public static CheckConfiguration ( ) : Settings
return Settings

RemoveConfiguration() public static method

public static RemoveConfiguration ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SaveConfiguration() public static method

Saves the settings file to the client
public static SaveConfiguration ( string tokenKey, string tokenSecret, OAuthKey key, WebProxy proxy ) : void
tokenKey string
tokenSecret string
key OAuthKey
proxy System.Net.WebProxy
return void

Settings() public method

public Settings ( ) : System
return System