C# 클래스 BodyTetrisWrapper.Twitpic

파일 보기 프로젝트 열기: NBLANCHE/Project

공개 메소드들

메소드 설명
Twitpic ( string Username, string Password ) : System
UploadPhoto ( byte binaryImageData, string tweetMessage, string filename ) : bool

Uploads the photo and sends a new Tweet

비공개 메소드들

메소드 설명
GetImageContentType ( string imageUriString ) : string

메소드 상세

Twitpic() 공개 메소드

public Twitpic ( string Username, string Password ) : System
Username string
Password string
리턴 System

UploadPhoto() 공개 메소드

Uploads the photo and sends a new Tweet
public UploadPhoto ( byte binaryImageData, string tweetMessage, string filename ) : bool
binaryImageData byte The binary image data.
tweetMessage string The tweet message.
filename string The filename.
리턴 bool