C# Class SharpPcap.Util.IPAddressRange

Inheritance: SharpPcap.Util.NumberRange, IEnumerator, IEnumerable
Show file Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator
IPAddressRange ( ) : System
IPAddressRange ( System min, System max ) : System
IPAddressRange ( System min, System max, bool isRandom ) : System
IPAddressRange ( System min, System max, long step ) : System
IPAddressRange ( long min, long max ) : System
IPAddressRange ( long min, long max, bool isRandom ) : System
IPAddressRange ( long min, long max, long step ) : System
MoveNext ( ) : bool
Reset ( ) : void
fromString ( System range ) : IPAddressRange
nextIPAddress ( ) : System.String
size ( ) : long

Protected Methods

Method Description
IPAddressRange ( System min, System max, bool isRandom, long totalMin, long totalMax ) : System
IPAddressRange ( System min, System max, long step, long totalMin, long totalMax ) : System
IPAddressRange ( long min, long max, bool isRandom, long totalMin, long totalMax ) : System
IPAddressRange ( long min, long max, long step, long totalMin, long totalMax ) : System

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IPAddressRange() public method

public IPAddressRange ( ) : System
return System

IPAddressRange() public method

public IPAddressRange ( System min, System max ) : System
min System
max System
return System

IPAddressRange() public method

public IPAddressRange ( System min, System max, bool isRandom ) : System
min System
max System
isRandom bool
return System

IPAddressRange() protected method

protected IPAddressRange ( System min, System max, bool isRandom, long totalMin, long totalMax ) : System
min System
max System
isRandom bool
totalMin long
totalMax long
return System

IPAddressRange() public method

public IPAddressRange ( System min, System max, long step ) : System
min System
max System
step long
return System

IPAddressRange() protected method

protected IPAddressRange ( System min, System max, long step, long totalMin, long totalMax ) : System
min System
max System
step long
totalMin long
totalMax long
return System

IPAddressRange() public method

public IPAddressRange ( long min, long max ) : System
min long
max long
return System

IPAddressRange() public method

public IPAddressRange ( long min, long max, bool isRandom ) : System
min long
max long
isRandom bool
return System

IPAddressRange() protected method

protected IPAddressRange ( long min, long max, bool isRandom, long totalMin, long totalMax ) : System
min long
max long
isRandom bool
totalMin long
totalMax long
return System

IPAddressRange() public method

public IPAddressRange ( long min, long max, long step ) : System
min long
max long
step long
return System

IPAddressRange() protected method

protected IPAddressRange ( long min, long max, long step, long totalMin, long totalMax ) : System
min long
max long
step long
totalMin long
totalMax long
return System

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

fromString() public static method

public static fromString ( System range ) : IPAddressRange
range System
return IPAddressRange

nextIPAddress() public method

public nextIPAddress ( ) : System.String
return System.String

size() public method

public size ( ) : long
return long