C# 클래스 OpenTween.TwitPic

상속: OpenTween.HttpConnectionOAuthEcho, OpenTween.IMultimediaShareService
파일 보기 프로젝트 열기: rhenium/OpenTween

공개 메소드들

메소드 설명
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 ( Twitter twitter ) : System.Collections.Generic
Upload ( string &filePath, string &message, long reply_to ) : string

비공개 메소드들

메소드 설명
UploadFile ( System.IO.FileInfo mediaFile, string message, string &content ) : System.Net.HttpStatusCode

메소드 상세

CheckValidExtension() 공개 메소드

public CheckValidExtension ( string ext ) : bool
ext string
리턴 bool

CheckValidFilesize() 공개 메소드

public CheckValidFilesize ( string ext, long fileSize ) : bool
ext string
fileSize long
리턴 bool

Configuration() 공개 메소드

public Configuration ( string key, object value ) : bool
key string
value object
리턴 bool

GetFileOpenDialogFilter() 공개 메소드

public GetFileOpenDialogFilter ( ) : string
리턴 string

GetFileType() 공개 메소드

public GetFileType ( string ext ) : OpenTween.MyCommon.UploadFileType
ext string
리턴 OpenTween.MyCommon.UploadFileType

IsSupportedFileType() 공개 메소드

public IsSupportedFileType ( OpenTween.MyCommon.UploadFileType type ) : bool
type OpenTween.MyCommon.UploadFileType
리턴 bool

TwitPic() 공개 메소드

public TwitPic ( Twitter twitter ) : System.Collections.Generic
twitter Twitter
리턴 System.Collections.Generic

Upload() 공개 메소드

public Upload ( string &filePath, string &message, long reply_to ) : string
filePath string
message string
reply_to long
리턴 string