LumiSoft Net Help
PortRange Constructor (start, end)
NamespacesLumiSoft.NetPortRangePortRange(Int32, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++
public PortRange(
	int start,
	int end
)
Public Sub New ( _
	start As Integer, _
	end As Integer _
)
public:
PortRange(
	int start, 
	int end
)
Parameters
start (Int32)
Start port.
end (Int32)
End port.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIs raised when any of the aruments value is out of range.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129