C# 클래스 Pickaxe.Runtime.Internal.ProxySelector

파일 보기 프로젝트 열기: bitsummation/pickaxe 1 사용 예제들

공개 메소드들

메소드 설명
Add ( System.Proxy proxy ) : void
FetchProxies ( ) : IEnumerable
ProxySelector ( ) : System
Remove ( System.Proxy proxy ) : void

보호된 메소드들

메소드 설명
ProxySelector ( IEnumerable proxies ) : System

메소드 상세

Add() 공개 메소드

public Add ( System.Proxy proxy ) : void
proxy System.Proxy
리턴 void

FetchProxies() 공개 메소드

public FetchProxies ( ) : IEnumerable
리턴 IEnumerable

ProxySelector() 공개 메소드

public ProxySelector ( ) : System
리턴 System

ProxySelector() 보호된 메소드

protected ProxySelector ( IEnumerable proxies ) : System
proxies IEnumerable
리턴 System

Remove() 공개 메소드

public Remove ( System.Proxy proxy ) : void
proxy System.Proxy
리턴 void