The properties of the NetAsyncResult class are listed below. For a complete list of NetAsyncResult class members, see the NetAsyncResult Members topic.
File | The NetFile object representing the requested remote file |
Request | WebRequest object for the upload operation |
Response | The text response returned from the WebDAV server or the exception |
State | An user-defined object that qualifies or contains information about an asynchronous operation. |
Stream | The data stream object for the download/upload operations |
Succeeded | The result of the asynchronous operation. In case of failure check the content of the Response string. |
NetAsyncResult Class | Resco.Net Namespace