Example #1
0
 public Connection Connect(string ip, ushort port)
 {
     return(Native.SteamAPI_ISteamNetworkingSockets_ConnectByIPv4Address(nativeSockets, ip.ParseIP(), port));
 }