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: