Class EbicsTransportFactory
Where you get IEbicsTransport implementations from.
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public static class EbicsTransportFactory
Properties
TransportFactory
Install your own IEbicsTransportFactory implementation here.
Declaration
public static IEbicsTransportFactory TransportFactory { get; set; }
Property Value
Type | Description |
---|---|
IEbicsTransportFactory |
Remarks
If this is null
, then CreateTransport() will return new
instances of the default EbicsTransport implementation.
Methods
CreateTransport()
Creates a new object that implements IEbicsTransport.
Declaration
public static IEbicsTransport CreateTransport()
Returns
Type | Description |
---|---|
IEbicsTransport |