Example #1
0
    public override List <UdpPlatformInterface> GetNetworkInterfaces()
    {
        if (_config.UsePunchThrough)
        {
            return(_platform.GetNetworkInterfaces());
        }

        return(new List <UdpPlatformInterface>());
    }