MessageFault.OnWriteStartDetail Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes the start element using the specified XmlDictionaryWriter and SOAP envelope version.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
protected virtual void OnWriteStartDetail( XmlDictionaryWriter writer, EnvelopeVersion version )
Parameters
- writer
- Type: System.Xml.XmlDictionaryWriter
The XmlDictionaryWriter used to write the detail element.
- version
- Type: System.ServiceModel.EnvelopeVersion
The version of the SOAP envelope to write.
Show: