Pings specified Online Responder server.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public static bool Ping(
string computerName
)
Public Shared Function Ping (
computerName As String
) As Boolean
public:
static bool Ping(
String^ computerName
)
static member Ping :
computerName : string -> bool
Parameters
- computerName
- Type: SystemString
Online Responder host name.
Return Value
Type:
BooleanTrue if Online Responder service is up and running. Otherwise
False.
See Also