LumiSoft Net Help
PortRange Constructor (start, end)
NamespacesLumiSoft.NetPortRangePortRange(Int32, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public PortRange(
	int start,
	int end
)
Public Sub New ( 
	start As Integer,
	end As Integer
)
public:
PortRange(
	int start, 
	int end
)
new : 
        start : int * 
        end : int -> PortRange
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.dll) Version: 4.5.5510.19119