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

[To be supplied.]

Overload List

Creates a new Binary message formatter object.

[Visual Basic] Overloads Public Sub New()
[C#] public BinaryMessageFormatter();
[C++] public: BinaryMessageFormatter();
[JScript] public function BinaryMessageFormatter();

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

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

See Also

BinaryMessageFormatter Class | BinaryMessageFormatter Members | System.Messaging Namespace