Platform Symphony .NET API Reference - Version 4.1
DefaultByteArrayMessage Class
NamespacesPlatform.Symphony.SoamDefaultByteArrayMessage
A default ByteArray message implementation.
Declaration Syntax
C#
public class DefaultByteArrayMessage : Message
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DefaultByteArrayMessage(array<Byte>[]()[])
Creates a ByteArray message with the provided attributes, or default attributes if not provided.

DefaultByteArrayMessage()()()
ByteArray
Byte Array property.

OnDeserialize(InputStream)
Invoked when this Message object needs to be deserialized.
(Overrides Message.OnDeserialize(InputStream).)
OnSerialize(OutputStream)
Invoked when this Message object needs to be serialized.
(Overrides Message.OnSerialize(OutputStream).)
Remarks
This represents a default implementation for developers requiring a convenient way to pass binary data between a client and a service without creating their own implementation. This object is not thread safe, therefore the developer is responsible for any synchronization required. This message can be used in applications that have a "cross-platform" implementation. (i.e. client and service may be implemented in different supported languages) Platform.Symphony.Soam.Message
Inheritance Hierarchy
Object
Message
 DefaultByteArrayMessage

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0