Open Dev Kit Documentation :: Networking :: Connection RPC :: Connect
Networking.ConnectionRPC.Connect( Address String, Port Integer, Certificate String, Hostname String ) BooleanConnects a client to a remote server
Parameters
- Address String
- Remote IP address or host name
- Port Integer
- Remote port number (0 to 65535)
- Certificate String
- Optional X.509 certificate in PEM/DER format (.cert/.cer/.crt/.pem/.der); implies TLS instead of raw TCP/UDP sockets
- Hostname String
- Optional hostname used with certificate verification
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page