Variable HTTPClientSettings.networkInterface
Forces a specific network interface to use for outgoing connections.
class HTTPClientSettings
{
// ...
NetworkAddress networkInterface
= NetworkAddress(sockaddr(cast(ushort)0u, [cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0]), , , );
// ...
}