C# Class InstallPad.ProxyOptions

Inheritance: Persistable
ファイルを表示 Open project: philc/InstallPad Class Usage Examples

Public Methods

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

Method Details

FromXml() public static method

public static FromXml ( XmlReader reader ) : ProxyOptions
reader System.Xml.XmlReader
return ProxyOptions

ProxyFromOptions() public method

public ProxyFromOptions ( ) : System.Net.WebProxy
return System.Net.WebProxy

Validate() public method

public Validate ( ) : bool
return bool

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void