Protogame.DefaultHiveNATPunchthrough.PerformNATPunchthrough C# (CSharp) Méthode

PerformNATPunchthrough() public méthode

public PerformNATPunchthrough ( TempSessionWithSecrets userSession, UdpClient udpClient, int timeout ) : Task
userSession TempSessionWithSecrets
udpClient System.Net.Sockets.UdpClient
timeout int
Résultat Task
        public async Task PerformNATPunchthrough(TempSessionWithSecrets userSession, UdpClient udpClient, int timeout)
        {
            await PerformNATPunchthroughInternal(userSession, udpClient, timeout);
        }

Same methods

DefaultHiveNATPunchthrough::PerformNATPunchthrough ( TempSessionWithSecrets userSession, int timeout ) : Task