I have this code in a web service: m_webclient = New WebClient Dim byteArray As Byte() byteArray = m_webclient.DownloadData(url) and this has worked for...
確定! 回上一頁