Method | Description | |
---|---|---|
CheckValidExtension ( string ext ) : bool | ||
CheckValidFilesize ( string ext, long fileSize ) : bool | ||
Configuration ( string key, object value ) : bool | ||
GetFileOpenDialogFilter ( ) : string | ||
GetFileType ( string ext ) : OpenTween.MyCommon.UploadFileType | ||
IsSupportedFileType ( OpenTween.MyCommon.UploadFileType type ) : bool | ||
TwitPic ( |
||
Upload ( string &filePath, string &message, long reply_to ) : string |
Method | Description | |
---|---|---|
UploadFile ( System.IO.FileInfo mediaFile, string message, string &content ) : System.Net.HttpStatusCode |
public CheckValidExtension ( string ext ) : bool | ||
ext | string | |
return | bool |
public CheckValidFilesize ( string ext, long fileSize ) : bool | ||
ext | string | |
fileSize | long | |
return | bool |
public Configuration ( string key, object value ) : bool | ||
key | string | |
value | object | |
return | bool |
public GetFileType ( string ext ) : OpenTween.MyCommon.UploadFileType | ||
ext | string | |
return | OpenTween.MyCommon.UploadFileType |
public IsSupportedFileType ( OpenTween.MyCommon.UploadFileType type ) : bool | ||
type | OpenTween.MyCommon.UploadFileType | |
return | bool |
public TwitPic ( |
||
return | System.Collections.Generic |
public Upload ( string &filePath, string &message, long reply_to ) : string | ||
filePath | string | |
message | string | |
reply_to | long | |
return | string |