Click or drag to resize

NetworkClientDownloadFile Method (String, String)

원격지(URI)의 파일을 저장

Namespace:  SHConnector.Utility.Net
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public static bool DownloadFile(
	string Uri,
	string FileName
)

Parameters

Uri
Type: SystemString
원격 리소스 경로 : http://www.softhills.net/VIZ/MODEL.viz
FileName
Type: SystemString
로컬 저장 경로 : C:\VIZ\MODEL.viz

Return Value

Type: Boolean
저장 결과
See Also