Enum FinCommService
The different communication services that can be used with HBCI and/or FinTS.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinCommService
Fields
Name | Description |
---|---|
BtxFif | Communication uses the German BTX network. This value has only historical meaning. The corresponding communication service should no longer be used. |
Https | Communication is tunneled through a HTTP POST request over a SSL secured connection. |
Null | Undefined value. |
TcpIp | Communication is based on a raw TCP connection that connects to TCP port 3000. |