Interface ISOAPBody
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPBody.html
public interface ISOAPBody : ISOAPElement
- Inherited Members
Properties
Fault
SOAPFault Fault { get; }
Property Value
Methods
AddBodyElement(QName)
SOAPBodyElement AddBodyElement(QName arg0)
Parameters
Returns
Exceptions
AddBodyElement(Name)
SOAPBodyElement AddBodyElement(Name arg0)
Parameters
Returns
Exceptions
AddDocument(Document)
SOAPBodyElement AddDocument(Document arg0)
Parameters
Returns
Exceptions
AddFault()
SOAPFault AddFault()
Returns
Exceptions
AddFault(QName, String)
SOAPFault AddFault(QName arg0, String arg1)
Parameters
Returns
Exceptions
AddFault(QName, String, Locale)
SOAPFault AddFault(QName arg0, String arg1, Locale arg2)
Parameters
Returns
Exceptions
AddFault(Name, String)
SOAPFault AddFault(Name arg0, String arg1)
Parameters
Returns
Exceptions
AddFault(Name, String, Locale)
SOAPFault AddFault(Name arg0, String arg1, Locale arg2)
Parameters
Returns
Exceptions
ExtractContentAsDocument()
Document ExtractContentAsDocument()
Returns
Exceptions
HasFault()
bool HasFault()