C# 클래스 NuGet.RedirectedHttpClient

This class should be used when ever you are using a link that is actually redirecting to the destination link that you want to use as the data source. A good example of that is a link that forwards like the current nuget link that is configured as a default location for nuget packages.
상속: HttpClient
파일 보기 프로젝트 열기: monoman/NugetCracker 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnsureClient IHttpClient
GetResponseUri System.Uri

공개 메소드들

메소드 설명
GetResponse ( ) : WebResponse
RedirectedHttpClient ( Uri uri ) : System

비공개 메소드들

메소드 설명
EnsureClient ( ) : IHttpClient
GetResponseUri ( HttpClient client ) : Uri

메소드 상세

GetResponse() 공개 메소드

public GetResponse ( ) : WebResponse
리턴 System.Net.WebResponse

RedirectedHttpClient() 공개 메소드

public RedirectedHttpClient ( Uri uri ) : System
uri System.Uri
리턴 System