MessageFault.OnWriteDetail(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.
Invoked prior to writing the detail contents.
protected:
virtual void OnWriteDetail(System::Xml::XmlDictionaryWriter ^ writer, System::ServiceModel::EnvelopeVersion ^ version);
protected virtual void OnWriteDetail (System.Xml.XmlDictionaryWriter writer, System.ServiceModel.EnvelopeVersion version);
abstract member OnWriteDetail : System.Xml.XmlDictionaryWriter * System.ServiceModel.EnvelopeVersion -> unit
override this.OnWriteDetail : System.Xml.XmlDictionaryWriter * System.ServiceModel.EnvelopeVersion -> unit
Protected Overridable Sub OnWriteDetail (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.
Remarks
Override the OnWriteDetail method to participate in the detail writing process. The default behavior is to call OnWriteStartDetail followed by OnWriteDetailContents.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.