C# 클래스 NuGet.ProxyService

상속: IProxyService
파일 보기 프로젝트 열기: grendello/nuget

공개 메소드들

메소드 설명
GetProxy ( Uri uri ) : IWebProxy
IsSystemProxySet ( Uri uri ) : bool
ProxyService ( ) : System
ProxyService ( ICredentialProvider credentialProvider ) : System

비공개 메소드들

메소드 설명
CreateRequest ( Uri uri ) : WebRequest
GetProxyInternal ( Uri uri ) : IWebProxy
GetSystemProxy ( Uri uri ) : WebProxy
IsProxyValid ( IWebProxy proxy, Uri uri ) : bool

메소드 상세

GetProxy() 공개 메소드

public GetProxy ( Uri uri ) : IWebProxy
uri System.Uri
리턴 IWebProxy

IsSystemProxySet() 공개 정적인 메소드

public static IsSystemProxySet ( Uri uri ) : bool
uri System.Uri
리턴 bool

ProxyService() 공개 메소드

public ProxyService ( ) : System
리턴 System

ProxyService() 공개 메소드

public ProxyService ( ICredentialProvider credentialProvider ) : System
credentialProvider ICredentialProvider
리턴 System