LumiSoft Mail Server User API
Ping Method (ip, timeout)
Namespaces > LumiSoft.Net.ICMP > Icmp > Ping(IPAddress, Int32)
Pings specified destination host.
Syntax
C#Visual BasicManaged C++
public static EchoMessage Ping (
	IPAddress ip,
	int timeout
)
Public Shared Function Ping ( _
	ip As IPAddress, _
	timeout As Integer _
) As EchoMessage
public:
static EchoMessage^ Ping (
	IPAddress^ ip, 
	int timeout
)
Parameters
ip (IPAddress)
IP address to ping.
timeout (Int32)
Send recieve timeout in milli seconds.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.ICMP.Icmp.Ping(System.Net.IPAddress,System.Int32)]

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