Enum FinCommService

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

The different communication services that can be used with HBCI and/or FinTS.

public enum FinCommService

Fields

BtxFif = 1

Communication uses the German BTX network. This value has only historical meaning. The corresponding communication service should no longer be used.

Https = 3

Communication is tunneled through a HTTP POST request over a SSL secured connection.

Null = 0

Undefined value.

TcpIp = 2

Communication is based on a raw TCP connection that connects to TCP port 3000.