C# Class Cornerstone.Tools.WebGrabber

Inheritance: IDisposable
Datei anzeigen Open project: damienhaynes/moving-pictures Class Usage Examples

Public Methods

Method Description
GetResponse ( ) : bool
GetString ( ) : string
GetXML ( ) : XmlNodeList
GetXML ( string rootNode ) : XmlNodeList
WebGrabber ( Uri uri ) : System
WebGrabber ( string url ) : System

Private Methods

Method Description
SetAllowUnsafeHeaderParsing ( bool setState ) : bool
WebGrabber ( ) : System

Method Details

GetResponse() public method

public GetResponse ( ) : bool
return bool

GetString() public method

public GetString ( ) : string
return string

GetXML() public method

public GetXML ( ) : XmlNodeList
return System.Xml.XmlNodeList

GetXML() public method

public GetXML ( string rootNode ) : XmlNodeList
rootNode string
return System.Xml.XmlNodeList

WebGrabber() public method

public WebGrabber ( Uri uri ) : System
uri System.Uri
return System

WebGrabber() public method

public WebGrabber ( string url ) : System
url string
return System