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