Table of Contents

Class ReplicationServerUtils

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public static class ReplicationServerUtils
Inheritance
ReplicationServerUtils

Methods

PingHttpServer(string, int)

public static bool PingHttpServer(string host, int port)

Parameters

host string
port int

Returns

bool

PingHttpServerAsync(string, int)

public static Task<bool> PingHttpServerAsync(string host, int port)

Parameters

host string
port int

Returns

Task<bool>