Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds inline data to the payload after initial serialization, if supported.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected virtual void SerializeInlineMessage(
Stream stream
)
protected:
virtual void SerializeInlineMessage(
Stream^ stream
)
Protected Overridable Sub SerializeInlineMessage (
stream As Stream
)
Parameters
stream
Type: System.IO.StreamThe byte stream.
See Also
MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top