C# 클래스 FluentHttpSamples.Program

파일 보기 프로젝트 열기: prabirshrestha/FluentHttp

공개 메소드들

메소드 설명
UploadPhoto ( string path, string filename, string contentType, string message ) : string

비공개 메소드들

메소드 설명
AttachRequestBodyAndUpdateHeader ( FluentHttpRequest request, object>.IDictionary parameters, string boundary ) : void
Delete ( string postId ) : void
ExtractMediaObjects ( object>.IDictionary parameters ) : MediaObject>.IDictionary
Get ( ) : void
GetAsync ( ) : void
GetAsyncWithTask ( ) : void
Main ( string args ) : void
Post ( string message ) : string

메소드 상세

UploadPhoto() 공개 정적인 메소드

public static UploadPhoto ( string path, string filename, string contentType, string message ) : string
path string
filename string
contentType string
message string
리턴 string