Class EbicsPing
Implements an EBICS HEV-Request for determining the supported EBICS versions of an EBICS host.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsPing : EbicsTrace
Properties
HostID
Declaration
public string HostID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HostTimeout
Response timeout for ping message in milliseconds.
Declaration
public int HostTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | 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
Type | Description |
---|---|
System.String |
SystemReturnCode
The system return code from the last Send(IEbicsTransport) request.
Declaration
public EbicsReturnCode SystemReturnCode { get; }
Property Value
Type | Description |
---|---|
EbicsReturnCode |
Versions
Declaration
public EbicsVersionInfo[] Versions { get; }
Property Value
Type | Description |
---|---|
EbicsVersionInfo[] |
Methods
Send(IEbicsTransport)
Declaration
public EbicsErrorClass Send(IEbicsTransport aTransport = null)
Parameters
Type | Name | Description |
---|---|---|
IEbicsTransport | aTransport |
Returns
Type | Description |
---|---|
EbicsErrorClass |