Stream.Network
Stream.Network.Ping
bool Ping(string HostNameOrAddress)
Returns the status of ping as boolean.
Parameters
|
Parameter
|
Description
|
|
HostNameOrAddress
|
URL, Computer name or IP address
|
Returns
bool
Example
var result = Stream.Network.Ping("HostNameOrAddress");