The GroupMeImages type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreatePicture(Stream, String) |
Creates a new picture using the given stream data and the given filename.
| |
| CreatePicture(String, String) |
Creates a new picture using the given web url and the given filename. Downloads the web-url content first and uploads it then to the GroupMe ImagingService.
| |
| CreatePictureAsync(Stream, String) |
Asynchronous creates a new picture using the given stream data and the given filename asynchronous.
| |
| CreatePictureAsync(String, String) |
Asynchronous creates a new picture using the given web url and the given filename. Downloads the web-url content first and uploads it then to the GroupMe ImagingService.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also