ISession.CounterpartyHost Property |
Gets the counterparty host name or IP address.
Note: The property performs a DNS request for the first time.
Therefore, it can block the thread execution for a long time until the DNS request is completed.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax string CounterpartyHost { get; }
Property Value
Type:
StringCounterparty host.
See Also