Table of Contents

PingHttpServer

Methods
public static void PingHttpServer(string host, int port, Action<bool> onCompleted)
Parameters
Type Name Description
string host
int port
Action<bool> onCompleted
[Obsolete("Use void PingHttpServer(string host, int port, Action<bool> onCompleted) instead.")]
public static bool PingHttpServer(string host, int port)
Parameters
Type Name Description
string host
int port
Returns
Type Description
bool