Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MessageFault::WriteTo Method (XmlDictionaryWriter^, EnvelopeVersion^)

 

Writes the message fault that uses the specified XmlDictionaryWriter and SOAP envelope version.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
void WriteTo(
	XmlDictionaryWriter^ writer,
	EnvelopeVersion^ version
)

Parameters

writer
Type: System.Xml::XmlDictionaryWriter^

The XmlDictionaryWriter used to write the message fault.

version
Type: System.ServiceModel::EnvelopeVersion^

The version of the SOAP envelope to write.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft