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