C# Class Cornerstone.Tools.WebGrabber

Inheritance: IDisposable
Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SetAllowUnsafeHeaderParsing ( bool setState ) : bool
WebGrabber ( ) : System

Method Details

GetResponse() public méthode

public GetResponse ( ) : bool
Résultat bool

GetString() public méthode

public GetString ( ) : string
Résultat string

GetXML() public méthode

public GetXML ( ) : XmlNodeList
Résultat System.Xml.XmlNodeList

GetXML() public méthode

public GetXML ( string rootNode ) : XmlNodeList
rootNode string
Résultat System.Xml.XmlNodeList

WebGrabber() public méthode

public WebGrabber ( Uri uri ) : System
uri System.Uri
Résultat System

WebGrabber() public méthode

public WebGrabber ( string url ) : System
url string
Résultat System