Class EbicsWebSocketConnectionData

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public class EbicsWebSocketConnectionData
Inheritance
EbicsWebSocketConnectionData
Inherited Members

Constructors

EbicsWebSocketConnectionData()

Creates an all empty instance.

public EbicsWebSocketConnectionData()

EbicsWebSocketConnectionData(JsonObject)

Creates an instance by evaluating the connection data JSON.

public EbicsWebSocketConnectionData(JsonObject jsConnectionData)

Parameters

jsConnectionData JsonObject

Exceptions

ArgumentNullException

Properties

OneTimeToken

public bool OneTimeToken { get; set; }

Property Value

bool

PartnerID

public string PartnerID { get; set; }

Property Value

string

Token

public string Token { get; set; }

Property Value

string

URL

public string URL { get; set; }

Property Value

string

UserID

public string UserID { get; set; }

Property Value

string

Validity

public DateTime Validity { get; set; }

Property Value

DateTime

Methods

ToJson()

public JsonObject ToJson()

Returns

JsonObject