C# 클래스 OpenTween.TwitVideo

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

공개 메소드들

메소드 설명
CheckValidExtension ( string ext ) : bool
Upload ( System.IO.FileInfo mediaFile, string message, string keyword, string username, string twitter_id, string &content ) : System.Net.HttpStatusCode

비공개 메소드들

메소드 설명
GetFileOpenDialogFilter ( ) : string
GetFileType ( string ext ) : OpenTween.MyCommon.UploadFileType
GetMaxFileSize ( string ext ) : long
IsSupportedFileType ( OpenTween.MyCommon.UploadFileType type ) : bool

메소드 상세

CheckValidExtension() 공개 메소드

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

Upload() 공개 메소드

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
리턴 System.Net.HttpStatusCode