国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

ASPX保存遠程圖片到本地的兩種方法的函數

2019-11-18 19:18:44
字體:
來源:轉載
供稿:網友

Function UPRemoteFileToLocal(ByVal UpType As String, ByVal RemoteUrl As String, ByVal LocalFile As String) As Boolean
        Dim TmpResult As Boolean = False
        Select Case UpType
            Case "xmlhttp"
                'With MSXML2
                Dim myxmlhttp As New MSXML2.XMLHTTP40
                myXmlHttp.open("GET", RemoteUrl, False)
                myXmlHttp.send()
                Dim FS As FileStream = New FileStream(LocalFile, FileMode.CreateNew)
                Dim BW As BinaryWriter = New BinaryWriter(FS)
                BW.Write(myXmlHttp.responseBody)
                BW.Close()
                FS.Close()
                TmpResult = True
            Case "webclient"
                'With System.Net NameSpace
                Dim myWebClient As New WebClient
                myWebClient.DownloadFile(RemoteUrl, LocalFile)
                TmpResult = True
        End Select
    End Function


 


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 江安县| 上蔡县| 连南| 科技| 离岛区| 南丹县| 裕民县| 弥勒县| 三门县| 乌拉特前旗| 民权县| 汝城县| 平乐县| 南丹县| 乾安县| 珠海市| 疏附县| 凤山县| 宜兰市| 定边县| 嵊泗县| 府谷县| 隆化县| 石家庄市| 大余县| 寻乌县| 株洲市| 墨竹工卡县| 重庆市| 曲水县| 淳化县| 丽水市| 天镇县| 四会市| 嘉兴市| 都匀市| 津南区| 阳城县| 永昌县| 益阳市| 宿迁市|