Interface IEbicsTransportFactory

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Interface to create an IEbicsTransport implementation.

public interface IEbicsTransportFactory

Methods

CreateTransport()

Implement to create an IEbicsTransport implementation.

IEbicsTransport CreateTransport()

Returns

IEbicsTransport

Returns a new object that implements IEbicsTransport.