Gets number of connections per specified IP.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public long GetConnectionsPerIP( IPAddress ip )
Public Function GetConnectionsPerIP ( ip As IPAddress ) As Long
public: long long GetConnectionsPerIP( IPAddress^ ip )
member GetConnectionsPerIP : ip : IPAddress -> int64
Parameters
- ip (IPAddress)
- IP address.
Return Value
Int64
Returns current number of connections of the specified IP.
Returns current number of connections of the specified IP.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when ip is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119