Interface IEbicsTransport
public interface IEbicsTransport
Methods
SendRequest(EbicsTrace, XmlDocument, string)
XmlDocument SendRequest(EbicsTrace aTrace, XmlDocument xmlRequest, string sUrl)
Parameters
aTraceEbicsTraceAn EbicsTrace instance that will receive all tracing.
xmlRequestXmlDocumentThe EBICS request to be sent. This must not be
null.sUrlstringThe EBICS Host URL to which to post the
xmlRequest.
Returns
- XmlDocument
The EBICS response received. This is never
null.
Remarks
Sends an EBICS request to the server and returns the servers EBICS response. An error or timeout will throw an exception.