C# 클래스 Yammer.APIWrapper.Settings

파일 보기 프로젝트 열기: kdavie/Yammer.NET-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CheckConfiguration() 공개 정적인 메소드

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

RemoveConfiguration() 공개 정적인 메소드

public static RemoveConfiguration ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveConfiguration() 공개 정적인 메소드

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
리턴 void

Settings() 공개 메소드

public Settings ( ) : System
리턴 System