C# 클래스 Imgur.API.RequestBuilders.ImageRequestBuilder

상속: RequestBuilderBase
파일 보기 프로젝트 열기: DamienDennehy/Imgur.API 1 사용 예제들

비공개 메소드들

메소드 설명
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