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

    Class EbicsWebSocketConnectionData

    Inheritance
    System.Object
    EbicsWebSocketConnectionData
    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 EbicsWebSocketConnectionData

    Constructors

    EbicsWebSocketConnectionData()

    Creates an all empty instance.

    Declaration
    public EbicsWebSocketConnectionData()

    EbicsWebSocketConnectionData(JsonObject)

    Creates an instance by evaluating the connection data JSON.

    Declaration
    public EbicsWebSocketConnectionData(JsonObject jsConnectionData)
    Parameters
    Type Name Description
    JsonObject jsConnectionData
    Exceptions
    Type Condition
    System.ArgumentNullException

    Properties

    OneTimeToken

    Declaration
    public bool OneTimeToken { get; set; }
    Property Value
    Type Description
    System.Boolean

    PartnerID

    Declaration
    public string PartnerID { get; set; }
    Property Value
    Type Description
    System.String

    Token

    Declaration
    public string Token { get; set; }
    Property Value
    Type Description
    System.String

    URL

    Declaration
    public string URL { get; set; }
    Property Value
    Type Description
    System.String

    UserID

    Declaration
    public string UserID { get; set; }
    Property Value
    Type Description
    System.String

    Validity

    Declaration
    public DateTime Validity { get; set; }
    Property Value
    Type Description
    System.DateTime

    Methods

    ToJson()

    Declaration
    public JsonObject ToJson()
    Returns
    Type Description
    JsonObject
    In This Article
    • Constructors
      • EbicsWebSocketConnectionData()
      • EbicsWebSocketConnectionData(JsonObject)
    • Properties
      • OneTimeToken
      • PartnerID
      • Token
      • URL
      • UserID
      • Validity
    • Methods
      • ToJson()
    Back to top Copyright 2009-2025 Subsembly GmbH