Interface ISOAPEnvelope
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPEnvelope.html
public interface ISOAPEnvelope : ISOAPElement
- Inherited Members
Properties
Body
SOAPBody Body { get; }
Property Value
Header
SOAPHeader Header { get; }
Property Value
Methods
AddBody()
SOAPBody AddBody()
Returns
Exceptions
AddHeader()
SOAPHeader AddHeader()
Returns
Exceptions
CreateName(String)
Name CreateName(String arg0)
Parameters
Returns
Exceptions
CreateName(String, String, String)
Name CreateName(String arg0, String arg1, String arg2)