Class EbicsOrderWSS
Convenient wrapper for a WebSocket connection data download order.
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 EbicsOrderWSS : EbicsOrder
Constructors
EbicsOrderWSS()
Declaration
public EbicsOrderWSS()
Properties
ConnectionData
Contains the WebSocket connection data from a successful download.
Declaration
public EbicsWebSocketConnectionData ConnectionData { get; }
Property Value
Type | Description |
---|---|
EbicsWebSocketConnectionData |
Remarks
If nothing was downloaded, yet, then null
is returned. If the downloaded
OrderData is not a valid JSON object, then null
is returned.