C# Class Pickaxe.Runtime.Proxy

Afficher le fichier Open project: bitsummation/pickaxe

Méthodes publiques

Méthode Description
FromString ( string proxy ) : Proxy
IncrementErrorCount ( ) : void
ToString ( ) : string
TryParse ( string proxy ) : bool

Private Methods

Méthode Description
Proxy ( string proxyUrl, int port ) : System

Method Details

FromString() public static méthode

public static FromString ( string proxy ) : Proxy
proxy string
Résultat Proxy

IncrementErrorCount() public méthode

public IncrementErrorCount ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( string proxy ) : bool
proxy string
Résultat bool