Archive for the 'network' Category

download and view a file over a network

This sample code can be used to download and view a file over a network in a TextBox component Through an httpConnection,
Important Points:
1) One benefit of using an HttpConnection (as compared to InputStream or StreamConnection) is the availability of a method to check for the length of the remote data. The data can […]