C# Class LtiLibrary.Core.Extensions.HttpExtensions

Datei anzeigen Open project: andyfmiller/LtiLibrary

Public Methods

Method Description
GetResponseAsync ( this message, bool allowAutoRedirect = false ) : Task
GetResponseStream ( this message ) : Stream

Private Methods

Method Description
GetResponse ( this message, bool allowAutoRedirect = false ) : HttpResponseMessage

Method Details

GetResponseAsync() public static method

public static GetResponseAsync ( this message, bool allowAutoRedirect = false ) : Task
message this
allowAutoRedirect bool
return Task

GetResponseStream() public static method

public static GetResponseStream ( this message ) : Stream
message this
return Stream