C# 클래스 ADBaseLibrary.Proxy

파일 보기 프로젝트 열기: maxpiva/AnimeOfflineDownloader

공개 메소드들

메소드 설명
CreateProxy ( ) : WebProxy
Proxy ( string address, int port, string username, string password ) : System

메소드 상세

CreateProxy() 공개 메소드

public CreateProxy ( ) : WebProxy
리턴 System.Net.WebProxy

Proxy() 공개 메소드

public Proxy ( string address, int port, string username, string password ) : System
address string
port int
username string
password string
리턴 System