Class EbicsPing
Implements an EBICS HEV-Request for determining the supported EBICS versions of an EBICS host.
public class EbicsPing : EbicsTrace
- Inheritance
-
EbicsPing
- Inherited Members
Properties
HostID
public string HostID { get; set; }
Property Value
HostTimeout
Response timeout for ping message in milliseconds.
public int HostTimeout { get; set; }
Property Value
- int
Time in milliseconds. Must not be negative. The value zero means that the timeout is not set, and thus the DEFAULTHOSTTIMEOUT shall be used.
HostURL
The complete URL to the EBICS host including the https: prefix.
public string HostURL { get; set; }
Property Value
SystemReturnCode
The system return code from the last Send(IEbicsTransport) request.
public EbicsReturnCode SystemReturnCode { get; }
Property Value
Versions
public EbicsVersionInfo[] Versions { get; }
Property Value
Methods
Send(IEbicsTransport)
public EbicsErrorClass Send(IEbicsTransport aTransport = null)
Parameters
aTransport
IEbicsTransport