C# 클래스 PerpetualEngine.HttpClient

파일 보기 프로젝트 열기: perpetual-mobile/PerpetualEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Credentials System.Net.NetworkCredential

공개 메소드들

메소드 설명
Delete ( string url ) : string
DeleteAsync ( string url ) : Task
Get ( string url ) : string
Get ( string url, string destinationPath ) : void
GetAsync ( string url, string destinationPath ) : Task
GetAsync ( string url ) : Task
Post ( string url, string sourcePath ) : string
PostAsync ( string url, string sourcePath ) : Task

비공개 메소드들

메소드 설명
GetMultipartFormData ( object>.Dictionary postParameters, string boundary ) : byte[]
MultipartFormDataPost ( string postUrl, object>.Dictionary postParameters ) : HttpWebResponse
PostForm ( string postUrl, string contentType, byte formData ) : HttpWebResponse
Request ( string method, string url ) : string
RequestDownload ( string url, string filePath ) : void
RequestUpload ( string url, string filePath ) : string

메소드 상세

Delete() 공개 메소드

public Delete ( string url ) : string
url string
리턴 string

DeleteAsync() 공개 메소드

public DeleteAsync ( string url ) : Task
url string
리턴 Task

Get() 공개 메소드

public Get ( string url ) : string
url string
리턴 string

Get() 공개 메소드

public Get ( string url, string destinationPath ) : void
url string
destinationPath string
리턴 void

GetAsync() 공개 메소드

public GetAsync ( string url, string destinationPath ) : Task
url string
destinationPath string
리턴 Task

GetAsync() 공개 메소드

public GetAsync ( string url ) : Task
url string
리턴 Task

Post() 공개 메소드

public Post ( string url, string sourcePath ) : string
url string
sourcePath string
리턴 string

PostAsync() 공개 메소드

public PostAsync ( string url, string sourcePath ) : Task
url string
sourcePath string
리턴 Task

프로퍼티 상세

Credentials 공개적으로 프로퍼티

public NetworkCredential,System.Net Credentials
리턴 System.Net.NetworkCredential