NetManagerConnect Method (String, Int32) |
LiteNetLib |
Connect to remote host
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public void Connect( string address, int port )
Parameters
- address
- Type: SystemString
Server IP or hostname - port
- Type: SystemInt32
Server Port
See Also