vOKOsCOM
5.2.0.23890
|
Veřejné metody | |
string | getProxyAddress () |
void | setProxyAddress (string proxyAddr) |
int | getProxyPort () |
void | setProxyPort (int proxyPort) |
int | getDoNotShowBeforeSign () |
string | getUCSfilePath () |
bool | setUCSfilePath (string path) |
string | getUIDKeyType () |
string | getSMTPaddress () |
int | getSMTPport () |
string | getAutoSavePath () |
bool | getUIDgenPaths (string systemID, ref string[,] systemPaths) |
Rozhraní konfigurace vOKOsCOM
string vOKOsCom.IConfiguration.getAutoSavePath | ( | ) |
Vrací cestu na adreář pro ukládní odpovědí
Implementováno v vOKOsCom.Configuration.
string vOKOsCom.IConfiguration.getProxyAddress | ( | ) |
int vOKOsCom.IConfiguration.getProxyPort | ( | ) |
string vOKOsCom.IConfiguration.getSMTPaddress | ( | ) |
int vOKOsCom.IConfiguration.getSMTPport | ( | ) |
string vOKOsCom.IConfiguration.getUCSfilePath | ( | ) |
bool vOKOsCom.IConfiguration.getUIDgenPaths | ( | string | systemID, |
ref string | systemPaths[,] | ||
) |
Získá konfiguraci pro zakládání identity
systemID | |
systemPaths |
Implementováno v vOKOsCom.Configuration.
string vOKOsCom.IConfiguration.getUIDKeyType | ( | ) |
void vOKOsCom.IConfiguration.setProxyAddress | ( | string | proxyAddr | ) |
void vOKOsCom.IConfiguration.setProxyPort | ( | int | proxyPort | ) |
bool vOKOsCom.IConfiguration.setUCSfilePath | ( | string | path | ) |
Nastavuje cestu na soubor vOKOuser.id
path |
Implementováno v vOKOsCom.Configuration.