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 (FormatterTopObjectStyle, FormatterTypeStyle)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal topObjectFormat As FormatterTopObjectStyle, _
   ByVal typeFormat As FormatterTypeStyle _
)
[C#]
public SoapMessageFormatter(
   FormatterTopObjectStyle topObjectFormat,
   FormatterTypeStyle typeFormat
);
[C++]
public: SoapMessageFormatter(
   FormatterTopObjectStyle topObjectFormat,
   FormatterTypeStyle typeFormat
);
[JScript]
public function SoapMessageFormatter(
   topObjectFormat : FormatterTopObjectStyle,
   typeFormat : FormatterTypeStyle
);

Parameters

topObjectFormat
Determines how the top (root) object of a graph is laid out in the serialized stream.
typeFormat
Determines how type descriptions are laid out in the serialized stream.

See Also

SoapMessageFormatter Class | SoapMessageFormatter Members | System.Messaging Namespace | SoapMessageFormatter Constructor Overload List