Skip to content

TCPRaceParameters

Contains parameters and settings for a TCP race competition to establish connections.

Fields:

DNSIPAddress[] Addresses

An array of DNS IP addresses to be used for racing to establish a connection.

String Hostname

The hostname to connect to.

Int32 Port

The port to connect to.

CancellationToken Token

The cancellation token used to cancel the TCP race competition.

Action<TCPRaceParameters, TCPRaceResult> AnnounceWinnerCallback

A callback function to announce the winner of the TCP race competition.

LoggingContext Context

Optional context for logging and tracking purposes.

Object Tag

A user-defined tag associated with the TCP race parameters.

Comments