Свойство | Тип | Описание | |
---|---|---|---|
host | string | ||
tcpros_server_port | int |
Метод | Описание | |
---|---|---|
determineHost ( ) : string | ||
init ( IDictionary remappings ) : void | ||
isPrivateIp ( string ip ) : bool | ||
splitURI ( string uri, string &host, int &port ) : bool |
public static determineHost ( ) : string | ||
Результат | string |
public static init ( IDictionary remappings ) : void | ||
remappings | IDictionary | |
Результат | void |
public static isPrivateIp ( string ip ) : bool | ||
ip | string | |
Результат | bool |
public static splitURI ( string uri, string &host, int &port ) : bool | ||
uri | string | |
host | string | |
port | int | |
Результат | bool |