Example #1
0
 public bool Connect(string target, int port)
 {
     return(native.StartNetwork(target, (ushort)port));
 }