IPv4 {Microsoft.VisualBasic.Net.Tcp} .NET clr documentation

IPv4

Description

Declare

            
# namespace Microsoft.VisualBasic.Net.Tcp
export class IPv4 {
   BroadcastAddress: string;
   # Get the IP and netmask in CIDR form, i.e. xxx.xxx.xxx.xxx/xx
   #  
   #  @return
   CIDR: string;
   # Range of hosts
   #  
   #  @return
   hostAddressRange: string;
   # Get the IP in symbolic form, i.e. xxx.xxx.xxx.xxx
   #  
   #  @return
   IPAddress: string;
   # Get the net mask in symbolic form, i.e. xxx.xxx.xxx.xxx
   #  
   #  @return
   Netmask: string;
   netmaskInBinary: string;
   # Returns number of hosts available in given range
   numberOfHosts: integer;
   # The XOR of the netmask
   WildcardMask: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]