• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsTransportFactory

    Where you get IEbicsTransport implementations from.

    Inheritance
    System.Object
    EbicsTransportFactory
    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 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
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH