Enum InternetProtocols
This enumeration is used to specify the IP version for guarding IP strings. It is used in classes, based on the IStringGuardable interface. The .NET build-in enumerations are not used in order to prevent false parameter settings.
Namespace: TeleScope.GuardClauses.Enumerations
Assembly: TeleScope.GuardClauses.dll
Syntax
public enum InternetProtocols : int
  Fields
| Name | Description | 
|---|---|
| IPv4 | Internet Protocol version 4.  | 
      
| IPv6 | Internet Protocol version 6.  |