| Visual Basic (Usage) | Copy Code |
|---|---|
Dim message As Stream Dim instance As New MessageStream(message) | |
Parameters
- message
- A Stream object containing encoded message data.
message should be a Stream containing encoded message data. This constructor fills the MessageStream object with the input message, breaking it up into its component parts, and decoding it where necessary. This method stops when it hits the end of Stream. This constructor is intended to be used when loading an encoded message from a stream, such as a Stream filled by the Store method.
Target Platforms: Microsoft .NET Framework 2.0