Class EbicsPing

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

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

string

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

string

SystemReturnCode

The system return code from the last Send(IEbicsTransport) request.

public EbicsReturnCode SystemReturnCode { get; }

Property Value

EbicsReturnCode

Versions

public EbicsVersionInfo[] Versions { get; }

Property Value

EbicsVersionInfo[]

Methods

Send(IEbicsTransport)

Send HEV request to HostID at HostURL.

public EbicsErrorClass Send(IEbicsTransport aTransport = null)

Parameters

aTransport IEbicsTransport

Returns

EbicsErrorClass