| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MessageStream Dim fileName As String instance.Store(fileName) | |
Parameters
- fileName
- The name of the file to store the MessageStream to.
This method stores the MessageStream to the file specified by fileName. This method is often useful to see the message structure for diagnostic purposes.
This method can be considered a reciprocal operation to creating a new MessageStream object initialized with an encoded message.
Target Platforms: Microsoft .NET Framework 2.0