C# 클래스 NightOwl.Xamarin.Services.HttpClientService

상속: IHttpClientService
파일 보기 프로젝트 열기: povilux/nightOwl

Private Properties

프로퍼티 타입 설명
HttpClientService System

공개 메소드들

메소드 설명
DeleteAsync ( string url ) : Task>
GetAsync ( string url ) : Task>
PostAsync ( string url, postData ) : Task>
PutAsync ( string url, putData ) : Task>

비공개 메소드들

메소드 설명
HttpClientService ( ) : System

메소드 상세

DeleteAsync() 공개 메소드

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

GetAsync() 공개 메소드

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

PostAsync() 공개 메소드

public PostAsync ( string url, postData ) : Task>
url string
리턴 Task>

PutAsync() 공개 메소드

public PutAsync ( string url, putData ) : Task>
url string
리턴 Task>