NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BinaryMessageFormatter Constructor (FormatterTopObjectStyle, FormatterTypeStyle)

Creates a new Binary message formatter object with the given properties.

[Visual Basic]
Overloads Public Sub New( _
   ByVal topObjectFormat As FormatterTopObjectStyle, _
   ByVal typeFormat As FormatterTypeStyle _
)
[C#]
public BinaryMessageFormatter(
   FormatterTopObjectStyle topObjectFormat,
   FormatterTypeStyle typeFormat
);
[C++]
public: BinaryMessageFormatter(
   FormatterTopObjectStyle topObjectFormat,
   FormatterTypeStyle typeFormat
);
[JScript]
public function BinaryMessageFormatter(
   topObjectFormat : FormatterTopObjectStyle,
   typeFormat : FormatterTypeStyle
);

Parameters

topObjectFormat
Determines how the top (root) object of a graph is laid out in the serialized stream.
typeFormat
Determines how type descriptions are laid out in the serialized stream.

See Also

BinaryMessageFormatter Class | BinaryMessageFormatter Members | System.Messaging Namespace | BinaryMessageFormatter Constructor Overload List