C# 클래스 LtiLibrary.Core.Extensions.HttpExtensions

파일 보기 프로젝트 열기: andyfmiller/LtiLibrary

공개 메소드들

메소드 설명
GetResponseAsync ( this message, bool allowAutoRedirect = false ) : Task
GetResponseStream ( this message ) : Stream

비공개 메소드들

메소드 설명
GetResponse ( this message, bool allowAutoRedirect = false ) : HttpResponseMessage

메소드 상세

GetResponseAsync() 공개 정적인 메소드

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

GetResponseStream() 공개 정적인 메소드

public static GetResponseStream ( this message ) : Stream
message this
리턴 Stream