forwardConsiderRejectOnResendRequestAsGapFill Property    Table of ContentCounterpartyIpAddress Property forward
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.10.1.0
Syntax
C#
string CounterpartyHost { get; }

Property Value

Type: String
Counterparty host.
See Also