Click or drag to resize

NetworkClientDownloadFileByName Method

원격지(URI)의 파일을 임시 경로에 저장

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

Parameters

Uri
Type: SystemString
원격 리소스 경로 : http://www.softhills.net/VIZ/MODEL.viz
FileName
Type: SystemString
저정할 파일 이름. MODEL.viz or MODEL.vizxml

Return Value

Type: String
저장된 경로
See Also