• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsPing

    Implements an EBICS HEV-Request for determining the supported EBICS versions of an EBICS host.

    Inheritance
    System.Object
    EbicsTrace
    EbicsPing
    Inherited Members
    EbicsTrace.TraceSwitch
    EbicsTrace.TraceText
    EbicsTrace.ClearTrace()
    EbicsTrace.TraceAppend(String)
    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)

    Send HEV request to HostID at HostURL.

    Declaration
    public EbicsErrorClass Send(IEbicsTransport aTransport = null)
    Parameters
    Type Name Description
    IEbicsTransport aTransport
    Returns
    Type Description
    EbicsErrorClass
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH