Asynchronously downloads the specified message from the server and writes its data into a supplied stream.
DownloadMessageAsync(Int32, String, ExtendedAsyncCompletedEventHandler<Int64>, Object) | Asynchronously downloads the specified message from the server and writes its data into a supplied stream. |
DownloadMessageAsync(Int32, String, Object) | Asynchronously downloads the specified message from the server and writes its data into a supplied stream. |
DownloadMessageAsync(Int32, Stream, ExtendedAsyncCompletedEventHandler<Int64>, Object) | Asynchronously downloads the specified message from the server and writes its data into a supplied stream. |
DownloadMessageAsync(Int32, Stream, Object) | Asynchronously downloads the specified message from the server and writes its data into a supplied stream. |
DownloadMessageAsync(Int32, String) | Asynchronously downloads the specified message from the server and writes its data into a supplied stream. |
DownloadMessageAsync(Int32, Stream) | Asynchronously downloads the specified message from the server and writes its data into a supplied stream. |
Top