C# 클래스 BaconographyW8.PlatformServices.SimpleHttpService

상속: ISimpleHttpService
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

공개 메소드들

메소드 설명
SendGet ( string cookie, string uri ) : Task
SendPost ( string cookie, string>.Dictionary urlEncodedData, string uri ) : Task
SendPost ( string cookie, string data, string uri ) : Task
SendPostForCookies ( string>.Dictionary urlEncodedData, string uri ) : Task>>
ThrottleRequests ( ) : System.Threading.Tasks.Task
UnAuthedGet ( System cancelToken, string uri, Action progress ) : Task
UnAuthedGet ( string uri ) : Task

비공개 메소드들

메소드 설명
SendPost ( string cookie, HttpContent data, string uri ) : Task

메소드 상세

SendGet() 공개 메소드

public SendGet ( string cookie, string uri ) : Task
cookie string
uri string
리턴 Task

SendPost() 공개 메소드

public SendPost ( string cookie, string>.Dictionary urlEncodedData, string uri ) : Task
cookie string
urlEncodedData string>.Dictionary
uri string
리턴 Task

SendPost() 공개 메소드

public SendPost ( string cookie, string data, string uri ) : Task
cookie string
data string
uri string
리턴 Task

SendPostForCookies() 공개 메소드

public SendPostForCookies ( string>.Dictionary urlEncodedData, string uri ) : Task>>
urlEncodedData string>.Dictionary
uri string
리턴 Task>>

ThrottleRequests() 공개 정적인 메소드

public static ThrottleRequests ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

UnAuthedGet() 공개 메소드

public UnAuthedGet ( System cancelToken, string uri, Action progress ) : Task
cancelToken System
uri string
progress Action
리턴 Task

UnAuthedGet() 공개 메소드

public UnAuthedGet ( string uri ) : Task
uri string
리턴 Task