Method | Description | |
---|---|---|
CreateNullClient ( ) : void | ||
CreateRegistrarClient ( string hostname, IJsonProvider json ) : void | ||
CreateSqlClient ( string connectionString ) : void | ||
CreateUdpClient ( string multicastIp, int port, IJsonProvider json ) : void |
public static CreateRegistrarClient ( string hostname, IJsonProvider json ) : void | ||
hostname | string | |
json | IJsonProvider | |
return | void |
public static CreateSqlClient ( string connectionString ) : void | ||
connectionString | string | |
return | void |
public static CreateUdpClient ( string multicastIp, int port, IJsonProvider json ) : void | ||
multicastIp | string | |
port | int | |
json | IJsonProvider | |
return | void |