C# Class InstallPad.ProxyOptions

Inheritance: Persistable
Afficher le fichier Open project: philc/InstallPad Class Usage Examples

Méthodes publiques

Méthode Description
FromXml ( XmlReader reader ) : ProxyOptions
ProxyFromOptions ( ) : System.Net.WebProxy
Validate ( ) : bool
WriteXml ( XmlWriter writer ) : void

Method Details

FromXml() public static méthode

public static FromXml ( XmlReader reader ) : ProxyOptions
reader System.Xml.XmlReader
Résultat ProxyOptions

ProxyFromOptions() public méthode

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

Validate() public méthode

public Validate ( ) : bool
Résultat bool

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void