Documentation

Host - Open Dev Kit Documentation

Open Dev Kit Documentation :: Networking :: Connection RPC :: Host

Networking.ConnectionRPC.Host(
  Address String,
  Port Integer,
  Certificate String,
  Key String
) Boolean
Host 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

Boolean

If you think anything is missing, please feel free to: submit documentation feedback on this page