Метод |
Описание |
|
UpdateImageRequest ( string url, string title = null, string description = null ) : HttpRequestMessage |
|
|
UploadImageBinaryRequest ( string url, byte image, string albumId = null, string title = null, string description = null ) : HttpRequestMessage |
|
|
UploadImageStreamRequest ( string url, Stream image, string albumId = null, string title = null, string description = null ) : HttpRequestMessage |
|
|
UploadImageUrlRequest ( string url, string imageUrl, string albumId = null, string title = null, string description = null ) : HttpRequestMessage |
|
|