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!

SoapMessageFormatter Constructor

[To be supplied.]

Overload List

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);

See Also

SoapMessageFormatter Class | SoapMessageFormatter Members | System.Messaging Namespace