Click or drag to resize

NetworkClientDownloadFile Method (String)

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

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

Parameters

Uri
Type: SystemString
원격 리소스 경로 : http://www.softhills.net/VIZ/MODEL.viz

Return Value

Type: String
저장된 경로
See Also