PingerSweepRange Method

[Missing <summary> documentation for "M:KLib.Net.Pinger.SweepRange(System.Int32,System.Int32)"]

Definition

Namespace: KLib.Net
Assembly: KLib.Net (in KLib.Net.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static List<string> SweepRange(
	int lower,
	int upper
)

Parameters

lower  Int32

[Missing <param name="lower"/> documentation for "M:KLib.Net.Pinger.SweepRange(System.Int32,System.Int32)"]

upper  Int32

[Missing <param name="upper"/> documentation for "M:KLib.Net.Pinger.SweepRange(System.Int32,System.Int32)"]

Return Value

ListString

[Missing <returns> documentation for "M:KLib.Net.Pinger.SweepRange(System.Int32,System.Int32)"]

See Also