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 );
BinaryMessageFormatter Class | BinaryMessageFormatter Members | System.Messaging Namespace | BinaryMessageFormatter Constructor Overload List