C# Class BodyTetrisWrapper.Twitpic

Afficher le fichier Open project: NBLANCHE/Project

Méthodes publiques

Méthode Description
Twitpic ( string Username, string Password ) : System
UploadPhoto ( byte binaryImageData, string tweetMessage, string filename ) : bool

Uploads the photo and sends a new Tweet

Private Methods

Méthode Description
GetImageContentType ( string imageUriString ) : string

Method Details

Twitpic() public méthode

public Twitpic ( string Username, string Password ) : System
Username string
Password string
Résultat System

UploadPhoto() public méthode

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.
Résultat bool