C# 클래스 NuGet.ProxyCache

상속: IProxyCache
파일 보기 프로젝트 열기: themotleyfool/NuGet

공개 메소드들

메소드 설명
Add ( IWebProxy proxy ) : void
GetProxy ( Uri uri ) : IWebProxy
ProxyCache ( XmlDocument document ) : System

비공개 메소드들

메소드 설명
GetConfigValue ( string key, bool decrypt = false ) : string
GetSystemProxy ( Uri uri ) : WebProxy
GetUserConfiguredProxy ( ) : WebProxy
IsSystemProxySet ( Uri uri ) : bool

Return true or false if connecting through a proxy server

메소드 상세

Add() 공개 메소드

public Add ( IWebProxy proxy ) : void
proxy IWebProxy
리턴 void

GetProxy() 공개 메소드

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

ProxyCache() 공개 메소드

public ProxyCache ( XmlDocument document ) : System
document XmlDocument
리턴 System