wManager.Wow.Helpers Namespace
WRobot

Utility..::..Ping Method

Pings the specified address.

Namespace:  Relogger
Assembly:  Relogger (in Relogger.exe)

Syntax


public static bool Ping(
	string address
)
Public Shared Function Ping ( _
	address As String _
) As Boolean
public:
static bool^ Ping(
	String^ address
)

Parameters

address
Type: String
Url like "google.com".

Return Value

true if can ping, false otherwise.