C# Class ADBaseLibrary.Proxy

Afficher le fichier Open project: maxpiva/AnimeOfflineDownloader

Méthodes publiques

Méthode Description
CreateProxy ( ) : WebProxy
Proxy ( string address, int port, string username, string password ) : System

Method Details

CreateProxy() public méthode

public CreateProxy ( ) : WebProxy
Résultat System.Net.WebProxy

Proxy() public méthode

public Proxy ( string address, int port, string username, string password ) : System
address string
port int
username string
password string
Résultat System