Class EbicsPing
Implements an EBICS HEV-Request for determining the supported EBICS versions of an
EBICS host.
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsPing : EbicsTrace
Properties
HostID
Declaration
public string HostID { get; set; }
Property Value
HostTimeout
Response timeout for ping message in milliseconds.
Declaration
public int HostTimeout { get; set; }
Property Value
Type |
Description |
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.
Declaration
public string HostURL { get; set; }
Property Value
SystemReturnCode
Declaration
public EbicsReturnCode SystemReturnCode { get; }
Property Value
Versions
Declaration
public EbicsVersionInfo[] Versions { get; }
Property Value
Methods
Send(IEbicsTransport)
Declaration
public EbicsErrorClass Send(IEbicsTransport aTransport = null)
Parameters
Returns