Click or drag to resize

NetworkPing Method

Allows an application to determine whether a remote computer is accessible over the network.

Namespace:  Cauldron.Net
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static Task<PingResults> Ping(
	string hostname,
	uint port
)

Parameters

hostname
Type: SystemString
The hostname of the remote computer
port
Type: SystemUInt32
The port to ping

Return Value

Type: TaskPingResults
An object that represents the ping results
See Also