mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

SingleIpRangeV4 Constructor (UInt64, UInt64)



Constructor for a new instance of the SingleIpRangeV4 class


Namespace: SobekCM.Tools.IpRangeUtilities
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public SingleIpRangeV4(
	ulong StartIpAddress,
	ulong EndIpAddress
)

Parameters

StartIpAddress
Type: System..::..UInt64
First IP address in the range (as an unsigned long)
EndIpAddress
Type: System..::..UInt64
Last IP address in the range (as an unsigned long)

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )