C# 클래스 Simple.Rest.Extensions.HttpWebRequestExtensions

HTTP web request extensions - makes using HttpWebRequest easier by using Task<T>.
파일 보기 프로젝트 열기: oriches/Simple.Rest

공개 메소드들

메소드 설명
GetRequestStreamAsync ( this request ) : Task

Async method for getting web request.

GetResponseAsync ( this request ) : Task

Async method for getting web response.

메소드 상세

GetRequestStreamAsync() 공개 정적인 메소드

Async method for getting web request.
public static GetRequestStreamAsync ( this request ) : Task
request this The HttpWebRequest instance.
리턴 Task

GetResponseAsync() 공개 정적인 메소드

Async method for getting web response.
public static GetResponseAsync ( this request ) : Task
request this The HttpWebRequest instance.
리턴 Task