[To be supplied.]
Creates a new Soap message formatter object.
[Visual Basic] Overloads Public Sub New()
[C#] public SoapMessageFormatter();
[C++] public: SoapMessageFormatter();
[JScript] public function SoapMessageFormatter();
Creates a new Soap message formatter object with the given properties.
[Visual Basic] Overloads Public Sub New(FormatterTopObjectStyle, FormatterTypeStyle)
[C#] public SoapMessageFormatter(FormatterTopObjectStyle, FormatterTypeStyle);
[C++] public: SoapMessageFormatter(FormatterTopObjectStyle, FormatterTypeStyle);
[JScript] public function SoapMessageFormatter(FormatterTopObjectStyle, FormatterTypeStyle);
SoapMessageFormatter Class | SoapMessageFormatter Members | System.Messaging Namespace