Open Dev Kit Documentation :: Networking :: Connection RPC :: Host
Networking.ConnectionRPC.Host( Address String, Port Integer, Certificate String, Key String ) BooleanHost a server connection allowing remote clients to connect
Parameters
- Address String
- Local IP address
- Port Integer
- Local 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
- Key String
- If certificate is provided, this is a required private key used for TLS handshake (.key/.pem/.der)
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page