MessageFault.OnWriteStartDetail(XmlDictionaryWriter, EnvelopeVersion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the start element using the specified XmlDictionaryWriter and SOAP envelope version.
protected:
virtual void OnWriteStartDetail(System::Xml::XmlDictionaryWriter ^ writer, System::ServiceModel::EnvelopeVersion ^ version);
protected virtual void OnWriteStartDetail (System.Xml.XmlDictionaryWriter writer, System.ServiceModel.EnvelopeVersion version);
abstract member OnWriteStartDetail : System.Xml.XmlDictionaryWriter * System.ServiceModel.EnvelopeVersion -> unit
override this.OnWriteStartDetail : System.Xml.XmlDictionaryWriter * System.ServiceModel.EnvelopeVersion -> unit
Protected Overridable Sub OnWriteStartDetail (writer As XmlDictionaryWriter, version As EnvelopeVersion)
Parameters
- writer
- XmlDictionaryWriter
The XmlDictionaryWriter used to write the detail element.
- version
- EnvelopeVersion
The version of the SOAP envelope to write.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.