C# Class Simple.Rest.Extensions.HttpWebRequestExtensions

HTTP web request extensions - makes using HttpWebRequest easier by using Task<T>.
Afficher le fichier Open project: oriches/Simple.Rest

Méthodes publiques

Méthode Description
GetRequestStreamAsync ( this request ) : Task

Async method for getting web request.

GetResponseAsync ( this request ) : Task

Async method for getting web response.

Method Details

GetRequestStreamAsync() public static méthode

Async method for getting web request.
public static GetRequestStreamAsync ( this request ) : Task
request this The HttpWebRequest instance.
Résultat Task

GetResponseAsync() public static méthode

Async method for getting web response.
public static GetResponseAsync ( this request ) : Task
request this The HttpWebRequest instance.
Résultat Task