Method | Description | |
---|---|---|
CheckValidExtension ( string ext ) : bool | ||
Upload ( System.IO.FileInfo mediaFile, string message, string keyword, string username, string twitter_id, string &content ) : System.Net.HttpStatusCode |
Method | Description | |
---|---|---|
GetFileOpenDialogFilter ( ) : string | ||
GetFileType ( string ext ) : OpenTween.MyCommon.UploadFileType | ||
GetMaxFileSize ( string ext ) : long | ||
IsSupportedFileType ( OpenTween.MyCommon.UploadFileType type ) : bool |
public CheckValidExtension ( string ext ) : bool | ||
ext | string | |
return | bool |
public Upload ( System.IO.FileInfo mediaFile, string message, string keyword, string username, string twitter_id, string &content ) : System.Net.HttpStatusCode | ||
mediaFile | System.IO.FileInfo | |
message | string | |
keyword | string | |
username | string | |
twitter_id | string | |
content | string | |
return | System.Net.HttpStatusCode |