C# 클래스 OpenTween.ApplicationSettings

アプリケーション固有の情報を格納します
OpenTween の派生版を作る方法は http://sourceforge.jp/projects/opentween/wiki/HowToFork を参照して下さい。
파일 보기 프로젝트 열기: opentween/OpenTween

공개 프로퍼티들

프로퍼티 타입 설명
AllowSendErrorReportByDM bool
AzureClientId string
AzureClientSecret string
ImgurClientID string
ImgurClientSecret string
MobypictureKey string
TumblrConsumerKey string
VersionInfoUrl string

프로퍼티 상세

AllowSendErrorReportByDM 공개적으로 정적으로 프로퍼티

FeedbackTwitterName のユーザー宛にエラーレポートの DM を送信可能であるか
エラーレポートを DM で受け付ける場合は、フォロー外からの DM を受け付ける設定にする必要があります
public static bool AllowSendErrorReportByDM
리턴 bool

AzureClientId 공개적으로 정적으로 프로퍼티

Windows Azure Marketplace Client Id
public static string AzureClientId
리턴 string

AzureClientSecret 공개적으로 정적으로 프로퍼티

Windows Azure Marketplace Client Secret
public static string AzureClientSecret
리턴 string

ImgurClientID 공개적으로 정적으로 프로퍼티

Imgur Client ID
public static string ImgurClientID
리턴 string

ImgurClientSecret 공개적으로 정적으로 프로퍼티

Imgur Client Secret
public static string ImgurClientSecret
리턴 string

MobypictureKey 공개적으로 정적으로 프로퍼티

Mobypicture Developer Key
public static string MobypictureKey
리턴 string

TumblrConsumerKey 공개적으로 정적으로 프로퍼티

Tumblr OAuth Consumer Key
public static string TumblrConsumerKey
리턴 string

VersionInfoUrl 공개적으로 정적으로 프로퍼티

最新バージョンの情報を取得するためのURL
version.txt のフォーマットについては http://sourceforge.jp/projects/opentween/wiki/VersionTxt を参照。 派生プロジェクトなどでこの機能を無効にする場合は null をセットして下さい。
public static string VersionInfoUrl
리턴 string