C# Class LtiLibrary.Core.Extensions.HttpExtensions

Afficher le fichier Open project: andyfmiller/LtiLibrary

Méthodes publiques

Méthode Description
GetResponseAsync ( this message, bool allowAutoRedirect = false ) : Task
GetResponseStream ( this message ) : Stream

Private Methods

Méthode Description
GetResponse ( this message, bool allowAutoRedirect = false ) : HttpResponseMessage

Method Details

GetResponseAsync() public static méthode

public static GetResponseAsync ( this message, bool allowAutoRedirect = false ) : Task
message this
allowAutoRedirect bool
Résultat Task

GetResponseStream() public static méthode

public static GetResponseStream ( this message ) : Stream
message this
Résultat Stream