Class EbicsWebSocketConnectionData
Inheritance
EbicsWebSocketConnectionData
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
Exceptions
Properties
OneTimeToken
Declaration
public bool OneTimeToken { get; set; }
Property Value
PartnerID
Declaration
public string PartnerID { get; set; }
Property Value
Token
Declaration
public string Token { get; set; }
Property Value
URL
Declaration
public string URL { get; set; }
Property Value
UserID
Declaration
public string UserID { get; set; }
Property Value
Validity
Declaration
public DateTime Validity { get; set; }
Property Value
Methods
ToJson()
Declaration
public JsonObject ToJson()
Returns