Open Dev Kit Documentation :: Networking :: Connection Raw :: Connect
Networking.ConnectionRaw.Connect( Address String, Port Integer, Protocol Connection Protocol, 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)
- 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
