Interface IEbicsTransportFactory
Interface to create an IEbicsTransport implementation.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public interface IEbicsTransportFactory
Methods
CreateTransport()
Implement to create an IEbicsTransport implementation.
Declaration
IEbicsTransport CreateTransport()
Returns
Type | Description |
---|---|
IEbicsTransport | Returns a new object that implements IEbicsTransport. |