C# 클래스 Fusion.Engine.Graphics.GIS.DataSystem.WebDownloader

파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 메소드들

메소드 설명
DownloadXml ( string Url, string path ) : XmlDocument

WebDownloader ( string refererUrl, string cacheFolder ) : System

비공개 메소드들

메소드 설명
GetResponseStream ( string Url ) : Stream

메소드 상세

DownloadXml() 공개 메소드

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

WebDownloader() 공개 메소드

public WebDownloader ( string refererUrl, string cacheFolder ) : System
refererUrl string
cacheFolder string
리턴 System