Downloads the message with the specified sequence number
and writes its data into a supplied stream.
DownloadMessage(Int32, Stream) | Downloads the message with the specified sequence number
and writes its data into a supplied stream. |
DownloadMessage(String, Stream) | Downloads the message with the specified unique ID
and writes its data into a supplied stream. |
DownloadMessage(Int32, String) | Downloads the message with the specified sequence number
and writes its data into a local file. |
DownloadMessage(String, String) | Downloads the message with the specified unique ID
and writes its data into a local file. |
DownloadMessage(Int32, Stream, Int64, Int32) | Downloads the specified part of the message with the specified sequence number
and writes its data into a supplied stream. |
DownloadMessage(String, Stream, Int64, Int32) | Downloads the specified part of the message with the specified unique ID
and writes its data into a supplied stream. |
DownloadMessage(Int32, String, Int64, Int32) | Downloads the message with the specified sequence number
and writes its data into a local file. |
DownloadMessage(String, String, Int64, Int32) | Downloads the message with the specified unique ID
and writes its data into a local file. |