C# Class Fusion.Engine.Graphics.GIS.DataSystem.WebDownloader

Mostrar archivo Open project: demiurghg/FusionEngine

Public Methods

Method Description
DownloadXml ( string Url, string path ) : XmlDocument

WebDownloader ( string refererUrl, string cacheFolder ) : System

Private Methods

Method Description
GetResponseStream ( string Url ) : Stream

Method Details

DownloadXml() public method

public DownloadXml ( string Url, string path ) : XmlDocument
Url string
path string
return System.Xml.XmlDocument

WebDownloader() public method

public WebDownloader ( string refererUrl, string cacheFolder ) : System
refererUrl string
cacheFolder string
return System