[To be supplied.]
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);
BinaryMessageFormatter Class | BinaryMessageFormatter Members | System.Messaging Namespace