TIPVersion Enumeration

Represents type TIPVersion.

Namespace: System.Net.HTTP.Client
type
 TIPVersion = (IPv4, IPv6);

The TIPVersion type exposes the following members.

Show:
 NameDescription
IPv4

Represents constant IPv4.

IPv6

Represents constant IPv6.

Top