Property | Type | Description | |
---|---|---|---|
host | string | ||
tcpros_server_port | int |
Method | Description | |
---|---|---|
determineHost ( ) : string | ||
init ( IDictionary remappings ) : void | ||
isPrivateIp ( string ip ) : bool | ||
splitURI ( string uri, string &host, int &port ) : bool |
public static init ( IDictionary remappings ) : void | ||
remappings | IDictionary | |
return | void |
public static isPrivateIp ( string ip ) : bool | ||
ip | string | |
return | bool |
public static splitURI ( string uri, string &host, int &port ) : bool | ||
uri | string | |
host | string | |
port | int | |
return | bool |